Metadata-Version: 2.4
Name: vishalakshi
Version: 0.0.1
Summary: one vault for everything you read: web, papers, video, files and code, searchable together and answerable by a local or hosted model
Project-URL: Repository, https://github.com/vedicreader/vishalakshi
Project-URL: Documentation, https://vedicreader.github.io/vishalakshi/
Author-email: Karthik <karthik.rajgopal@hotmail.com>
License: Apache-2.0
License-File: LICENSE
Keywords: knowledge base,memory,nbdev,rag,research,semantic search
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.12
Requires-Dist: fastcore>=1.12.31
Requires-Dist: fossick>=0.1.0
Requires-Dist: koshas
Requires-Dist: litesearch>=0.1.0
Requires-Dist: mcp
Requires-Dist: numpy>=1.26
Requires-Dist: rgapi
Requires-Dist: rishi
Description-Content-Type: text/markdown

# vishalakshi


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Install

``` sh
pip install 'vishalakshi[all]'   # + rishi to answer, + kosha & rgapi for code, + mcp for the server
pip install vishalakshi          # vault + acquisition only; no LLM, no MCP
```

## The loop

Everything below runs. The corpus is this repository’s own documentation and source, so the page is
reproducible from a clone, and the vault is a throwaway file rather than your real one — [`Vault()`](https://vedicreader.github.io/vishalakshi/core.html#vault)
with no argument uses `~/.vishalakshi/vault.db`.

``` python
from tempfile import mkdtemp
from vishalakshi import Vault

v = Vault(Path(mkdtemp())/'vault.db')
v.enc.note
```

    /Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html
      from .autonotebook import tqdm as notebook_tqdm

    'minishlab/potion-multilingual-128M (256d, float16)'

Ingestion is one call per kind of thing. Start with what is already on disk — no network, no
model:

``` python
v.add_dir('..')                 # README.md and every notebook under nbs/
v.note('federate fuses the legs by rank because they share no vector space: the vault embeds '
       'prose, kosha embeds identifiers, ripgrep embeds nothing.', tags=['retrieval', 'design'])
v.connect()                      # the entity graph over everything now in the vault
```

    {'entities': 1191,
     'mentions': 2548,
     'edges': 1062,
     'windows': 820,
     'resolved': {'merged': 629,
      'by_ann': 214,
      'by_lexical': 415,
      'edges': 385,
      'entities': 1191,
      'resolvable': 1191,
      'canonical': 562}}

`connect()` is what the associative leg of retrieval runs on, so it goes after a batch of
ingests rather than after each one — it reads the whole store.

The rest of acquisition needs the network, which is the only reason these are not run here:

``` python
v.web('late chunking retrieval', n=5)           # search the web, read the hits, file them
v.arxiv('2409.04701')                           # a paper, full text
v.youtube('https://youtu.be/aircAruvnKk')       # a talk, transcribed
v.code('~/src/litesearch')                      # a source tree, as documents
v.crawl('https://tdd.cat')              # or a file, a directory, an arXiv id, a YouTube URL
```

    [2026-08-06 21:07:52] INFO: Fetched (200) <GET https://arxiv.org/abs/2409.04701> (referer: https://www.google.com/)
    [2026-08-06 21:07:52] INFO: Fetched (200) <GET https://weaviate.io/blog/late-chunking> (referer: https://www.google.com/)
    [2026-08-06 21:07:52] INFO: Fetched (200) <GET https://arxiv.org/pdf/2409.04701> (referer: https://www.google.com/)
    [2026-08-06 21:07:52] INFO: Fetched (200) <GET https://jina.ai/news/late-chunking-in-long-context-embedding-models/> (referer: https://www.google.com/)
    [2026-08-06 21:07:53] INFO: Fetched (200) <GET https://github.com/jina-ai/late-chunking> (referer: https://www.google.com/)
    [2026-08-06 21:07:53] INFO: Fetched (200) <GET https://tdd.cat/> (referer: https://www.google.com/)
    [2026-08-06 21:07:53] INFO: Fetched (200) <GET https://tdd.cat/archive/> (referer: https://www.google.com/)
    [2026-08-06 21:07:54] INFO: Fetched (200) <GET https://tdd.cat/> (referer: https://www.google.com/)
    [2026-08-06 21:07:54] INFO: Fetched (200) <GET https://tdd.cat/stats/> (referer: https://www.google.com/)
    [2026-08-06 21:07:54] INFO: Fetched (200) <GET https://tdd.cat/rss.xml> (referer: https://www.google.com/)
    [2026-08-06 21:07:54] INFO: Fetched (200) <GET https://tdd.cat/2026-08-04/> (referer: https://www.google.com/)
    [2026-08-06 21:07:54] INFO: Fetched (200) <GET https://tdd.cat/2026-08-03/> (referer: https://www.google.com/)
    [2026-08-06 21:07:55] INFO: Fetched (200) <GET https://tdd.cat/2026-08-02/> (referer: https://www.google.com/)
    [2026-08-06 21:07:55] INFO: Fetched (200) <GET https://tdd.cat/2026-08-01/> (referer: https://www.google.com/)
    [2026-08-06 21:07:55] INFO: Fetched (200) <GET https://tdd.cat/2026-07-30/> (referer: https://www.google.com/)

    [{'doc_id': 'ca0734f08c3a2af4', 'title': 'https://tdd.cat/', 'kind': 'web', 'nodes': 2, 'chunks': 2}, {'doc_id': 'a1d93f33dff80a49', 'title': 'https://tdd.cat/archive/', 'kind': 'web', 'nodes': 2, 'chunks': 1}, {'doc_id': 'ca0734f08c3a2af4', 'title': 'https://tdd.cat/', 'skipped': 'already ingested; pass force=True'}, {'doc_id': '404fecf0dc5f0f25', 'title': 'https://tdd.cat/stats/', 'kind': 'web', 'nodes': 2, 'chunks': 1}, {'doc_id': '1cabfb266b4428de', 'title': 'https://tdd.cat/rss.xml', 'kind': 'web', 'nodes': 2, 'chunks': 32}, {'doc_id': '44006e2ad0153874', 'title': 'https://tdd.cat/2026-08-04/', 'kind': 'web', 'nodes': 2, 'chunks': 2}, {'doc_id': '10f419e5507fd994', 'title': 'https://tdd.cat/2026-08-03/', 'kind': 'web', 'nodes': 2, 'chunks': 3}, {'doc_id': '632bac90de98875d', 'title': 'https://tdd.cat/2026-08-02/', 'kind': 'web', 'nodes': 2, 'chunks': 3}, {'doc_id': '77f5ff98daeb2ffd', 'title': 'https://tdd.cat/2026-08-01/', 'kind': 'web', 'nodes': 2, 'chunks': 3}, {'doc_id': '6eef8f3cf6502eb5', 'title': 'https://tdd.cat/2026-07-30/', 'kind': 'web', 'nodes': 2, 'chunks': 3}]

`v.grab(target)` does whichever of those the target names, which is the one call a script or an
agent needs.

Then ask it something. `ask` retrieves first and answers from what came back, so the model never
sees anything but your own corpus:

``` python
r = v.ask('why are rankings fused instead of distances?', model='mlx-community/Qwen3-4B-4bit')
print(r.model, '·', r.runtime, '·', len(r.thinking), 'chars of thinking split off')
print(r.answer)
```

    mlx-community/Qwen3-4B-4bit · mlx · 0 chars of thinking split off
    The reason rankings are fused instead of distances is that the different legs of the retrieval system (prose, identifiers, and file searches) use distinct embedding strategies and share no common vector space. This means their distances cannot be directly combined, but their rankings can. The system uses **reciprocal rank fusion (RRF)** to combine rankings from these legs, as ranking is the only metric that survives changes in encoding methods. 

    This is explicitly stated in the vault's design: "federate fuses the legs by rank because they share no vector space" [3], and elaborated in section 6, which explains that "the legs share no vector space, so federate fuses their *rankings* with RRF, never their distances" [6]. 

    The three legs (prose, kosha, ripgrep) use different encoders and thus cannot combine distances directly. Instead, rankings are fused using RRF, ensuring compatibility across different embedding strategies. Ranking is the only metric that survives changes in encoding methods, and this approach leverages the fact that ranking is the same mechanism used to combine full-text search (FTS) with vector-based searches.

Every `[n]` in the answer resolves to a `node_id` you can read. That round trip is the point:
an answer you can check, not one you have to believe.

``` python
for c in r.cited: print(c['n'], c['breadcrumb'])
print()
print(v.read(r.cited[0]['node_id'])['text'][:400])   # the exact text behind the claim
```

    3 index › What retrieval actually returns
    6 index › Code: kosha, ripgrep, and federated search

    `v.context(q)` is the primitive underneath `ask`. It returns whole **sections** — the unit worth
    reading — not fragments:

    c = v.context('why are rankings fused instead of distances?', sections=4, related=4)
    for s in c.results: print(f'{len(s.text):5}  {s.breadcrumb}')

    for s in c.related: print(f'{s.via:6}  {s.breadcrumb}')

    `results` are the sections that answer the question. `related` are secti

## What retrieval actually returns

`v.context(q)` is the primitive underneath `ask`. It returns whole **sections** — the unit worth
reading — not fragments:

``` python
c = v.context('why are rankings fused instead of distances?', sections=4, related=4)
for s in c.results: print(f'{len(s.text):5}  {s.breadcrumb}')
```

     3968  README › The loop
     1300  README › What retrieval actually returns
      722  index › What retrieval actually returns
     3174  README › Code: kosha, ripgrep, and federated search

``` python
for s in c.related: print(f'{s.via:6}  {s.breadcrumb}')
```

    graph   index › {'kind': 'data', 'records': 120, 'endpoint': '.../api/bff/products'} › Encoders
    vector  index › The loop

`results` are the sections that answer the question. `related` are sections reached *by
association* — along the entity graph (`via='graph'`) or by embedding similarity (`via='vector'`) —
which is how you find the thing you did not know to search for.

``` python
c.encoder
```

    'minishlab/potion-multilingual-128M (256d, float16)'

`c.encoder` always says which embedder answered, because degrading from real semantics to
hashing changes what the results mean.

## Everything in one corpus

Every document carries a `kind` — `web`, `pdf`, `arxiv`, `youtube`, `file`, `code`, `data`, `note`,
or whatever litesearch’s parser called the file. Filter when you want to, don’t when you don’t:

``` python
v.stats()
```

    {'docs': 27,
     'nodes': 113,
     'chunks': 734,
     'entities': 1191,
     'by_kind': {'web': 14,
      'notebook': 8,
      'youtube': 1,
      'txt': 1,
      'note': 1,
      'md': 1,
      'arxiv': 1},
     'encoder': 'model2vec',
     'path': '/var/folders/kg/9vdw4mdd1fs58svgh4k1qhr09x7dqh/T/tmp15e4qu8e/vault.db'}

``` python
len(v.find('rank fusion')), len(v.find('rank fusion', kind='note')), len(v.find('rank fusion', kind='md,notebook'))
```

    (10, 1, 10)

The filter is a SQL `WHERE` pushed into litesearch’s search, not a pass over the results
afterwards, so a narrow filter over a large vault still returns a full page of hits.

Notes are ordinary documents, deliberately. The graph, the clusters and `context()` all see them for
free, so what you concluded about a corpus comes back next to the evidence you concluded it from.

``` python
L(v.find('rank fusion', kind='note')).attrgot('content')
```

    ['federate fuses the legs by rank because they share no vector space: the vault embeds prose, kosha embeds identifiers, ripgrep embeds nothing.']

## Knowing what you have

``` python
L(v.sources()).map(lambda d: (d['kind'], d['title'], d['source']))[:6]
```

    [('web', 'https://tdd.cat/', 'https://tdd.cat/'), ('web', 'https://tdd.cat/archive/', 'https://tdd.cat/archive/'), ('web', 'https://tdd.cat/stats/', 'https://tdd.cat/stats/'), ('web', 'https://tdd.cat/rss.xml', 'https://tdd.cat/rss.xml'), ('web', 'https://tdd.cat/2026-08-04/', 'https://tdd.cat/2026-08-04/'), ('web', 'https://tdd.cat/2026-08-03/', 'https://tdd.cat/2026-08-03/')]

``` python
L(v.toc()).attrgot('title')
```

    ['README', 'robots', 'index', '00 core', '01 acquire', '02 ask', '03 code', '04 cli', '05 mcp', 'index', 'federate fuses the legs by rank because they share no vector space: the vault em', 'arXiv:2409.04701v3 [cs.CL] 7 Jul 2025 LATE CHUNKING: CONTEXTUAL CHUNK EMBED-', '[2409.04701] Late Chunking: Contextual Chunk Embeddings Using Long-Context Embedding Models', 'Late Chunking: Balancing Precision and Cost in Long Context Retrieval | Weaviate', 'Late Chunking in Long-Context Embedding Models', 'GitHub - jina-ai/late-chunking: Code for explaining and evaluating late chunking (chunked pooling) · GitHub', 'Late Chunking: Contextual Chunk Embeddings Using Long-Context Embedding Models', 'But what is a neural network? | Deep learning chapter 1', 'https://tdd.cat/', 'https://tdd.cat/archive/', 'https://tdd.cat/stats/', 'https://tdd.cat/rss.xml', 'https://tdd.cat/2026-08-04/', 'https://tdd.cat/2026-08-03/', 'https://tdd.cat/2026-08-02/', 'https://tdd.cat/2026-08-01/', 'https://tdd.cat/2026-07-30/']

``` python
L(v.map().clusters).map(lambda c: (c['size'], c['label']))
```

    [(8, 'gmtthe, tdd, diff, daily'), (8, 'g1n'), (8, 'cx5, ito, gdy, q8g'), (8, 'tf0, lxx, q5v, jx5'), (8, 'ivv, eiqsr, ihh, eiq3'), (8, 'dceu, nuh, i54, ggkba'), (8, 'j5u, er0, dps, g_aaa'), (8, 'ii3, g0d, jlwc, tdgg'), (8, 'neuron, image, neurons, layer'), (7, 'n5g, zq2, jh1, tty'), (6, 'dle, pui, dx7, tqr'), (6, 'onb, ym4, zm79p, ohj'), (6, 'dee, qhr, qqr, xer'), (6, 'edges, hope, neural, network'), (6, 'curation, signal, papers, strong'), (5, 'vky, ruu, re2st, lll'), (5, 'lxbt, sox, kbbb, fyov'), (5, 'wh6, gee, l0g, row'), (5, 's1q, kpv, gf5kt, zsu'), (5, 'm0o, wszz, dgg, dzz'), (5, 'layer, way, activations, corresponds'), (5, 'applied, resulting, contextual, information'), (5, 'browse, retailer, www, dairy'), (5, 'smaller, representation, applications, embedding'), (4, 'rir, cwt, cl7, l2x'), (4, 'wh7, ckz, onu, gpl'), (4, 'cj1, kwp, w06n, ngv'), (4, 'dxx, edd, k9r, khp'), (4, 'f7o, gus, xlh, vz1'), (4, 'pxj, yzm, xvi, pz7'), (4, 'bz9g, z9g, cz9g, sfo'), (3, 'ogd, mwds, ruumjj'), (3, 'arvu, kl9p, hojqi, eu4'), (3, 'jnn, zil, shf, yi1'), (3, 'jhb, ehc, hwr, hee'), (3, 'iin0, v3sf_, stc, lmr'), (3, 'xqv, ior, dbu, ctu'), (3, 'ejn, m3p, lb6, oty'), (3, 'ij1, bgu, c5r, hsu'), (3, 'wh_, bkkx'), (3, 'hwx, gq3, ak4, c3o'), (3, 'hxhn, eja, kbc, _h6ah'), (3, 'cb_, nhh, h2t, hcd'), (3, 'dhh, hqr, sss, fgg_'), (3, 'bqj4, j_b, sui'), (3, 'gmtthe, jul, tdd, diff'), (3, 'biases, setting, weights, hand'), (3, 'subscribe, stay, videos, video'), (3, 'harness, kimi, curation, signal'), (3, 'adds, build, step, tags'), (3, 'rgapi, server, acquisition, mcp'), (3, 'filling, accumulates, restarts, plus'), (3, 'bare, rejected, four, marketing'), (3, 'gets, price, buried, record'), (3, 'hash_embed, failing, air, deterministic'), (3, 'answered, always, degrading, association'), (3, 'throwaway, clone, documentation, tempfile'), (3, 'changelog, params, remind, action'), (3, 'design, entity, notebook, tags'), (3, 'badly, including, indexed, edit'), (3, 'client, speaks, mcpservers, codex'), (3, 'optimisation, thread, survive, width'), (3, 'luna, fastllm, cpp, gemini'), (3, 'worth, fragments, primitive, underneath'), (3, 'aircaruvnkk, src, transcribed, youtu'), (3, 'fts, survives, contributed, reports'), (3, 'cmd, docments, wrapper, date'), (3, 'afterwards, sql, narrow, notebook'), (3, 'round, claim, trip, cited'), (3, 'tier, nid, later, months'), (3, 'prepare, nbdev, modules, notebooks'), (3, 'fills, installed, packages, indexes'), (3, 'citations, block, reasoning, discards'), (3, 'eggs, range, limit, free'), (3, 'retrieves, came, answers, qwen3'), (3, 'part, jina, lc2, exploration'), (3, 'prose, embeds, identifiers, nothing'), (3, 'dims, ndim, store, return'), (2, 'yvo, rqg'), (2, 'gmtthe, jul, tdd, daily'), (2, 'mdg, gwh, mux, jx4s'), (2, 'yyw, qtz, npn, q2z3'), (2, 'mwg, vkx, omme, ddd'), (2, 'o7ov, klz'), (2, 'fcy, wik, s5h, sp5'), (2, 'eee, ccc, _vc, vurh'), (2, 'vmttt, g8u, ojj, fdgg'), (2, 'bu8, i3y, nfg, njmm'), (2, 'l9g, jr6, n5n, hub'), (2, 'kll, rll'), (2, 'ai9awshuh, ptf, iae, agvv'), (2, 'ors, usjc, gve, bzto'), (2, 'mz0ru, ico, afc'), (2, 'ehac, gmosh, vur, _ru'), (2, 'ins, rbo, m0a, g_oc'), (2, 'x2m, qzdx, yul, fjd'), (2, 'xiy, tl1dv, jnt'), (2, 'mke, zcl, wvrdb, yz7'), (2, 'tuesday, august, tdd, diff'), (2, 'ucmo, x9d'), (2, 'vgw'), (2, 'nhmd, dic, dccfe, w5s'), (2, 'oz3, cnd, s7p, d4b'), (2, 'cvu, ua21, jsy, jul0g'), (2, '_sl, v3aj, cur, nknd'), (2, 'group-62'), (2, 'qwi, kcv, gee'), (2, 'mdzke4, c3ob, qqq, jkk'), (2, 'length2, length3, length, stream'), (2, 'hidden, number, going, neurons'), (2, 'deep, neural, networks, music'), (2, 'either, analogy, biological, train'), (2, 'matrix, sigmoid, biases, function'), (2, 'likely, compressed, portions, shorter'), (2, 'docs, doc_id, enc, none'), (2, 'gpu, sunday, llm, curation'), (2, 'degree, rrf_all, gitignore, callers'), (2, 'vishalakshi_offline, forces, hashing, encoder'), (2, 'writes, stops, involved, dead'), (2, 'concluded, deliberately, clusters, ordinary'), (2, 'webassembly, bridging, networking, game'), (2, 'reimplementing, javascript, dependencies, pain'), (2, 'app, icon, access, offline'), (2, 'storage, interaction, required, naive'), (2, 'group, must, user, shines'), (2, 'consist, similar, tested, beir'), (2, 'sep, jul, revised, submitted'), (2, 'get_pdf, path_or_url, force, verify'), (2, 'negative, positive, weighted, sum'), (2, 'stacks, requirements, helps, optionality'), (2, 'force, fetched_at, meta, return'), (2, 'float, seconds, params, action'), (2, 'google, fetched_at, chars, verify'), (2, 'harvest, export, apis, add_file'), (2, 'contextual, information, long, approach'), (2, 'ttl, urlparse, items, endpoint')]

`sources()` is where provenance lives: it is kept at ingest, so months later it still says
*why* a document is in your corpus — the query that found it, when, which tier fetched it.
`related(node_id)` answers the other question, “what else in here reads like this”:

``` python
nid = v.find('rank fusion')[0]['node_id']
L(v.related(nid, limit=4)).attrgot('breadcrumb')
```

    ['index › Code: kosha, ripgrep, and federated search', 'index › Code: kosha, ripgrep, and federated search', 'README › What retrieval actually returns', '03 code']

## CLI

``` sh
vishalakshi grab https://example.com/post     # or a file, a directory, an arXiv id, a YouTube URL
vishalakshi web "late chunking retrieval"     # search and ingest in one step
vishalakshi note "..." --tags retrieval
vishalakshi connect                           # build the graph after a batch of adds
vishalakshi context "why does late chunking help"
vishalakshi ask "why does late chunking help"
vishalakshi sources; vishalakshi map; vishalakshi toc
```

Every [`Vault`](https://vedicreader.github.io/vishalakshi/core.html#vault) method is a command, and every command’s `--help` is generated from the method’s
own signature and docments — so `vishalakshi <cmd> --help` is never out of date, and there is no
wrapper per command in the source:

``` python
from vishalakshi.cli import CMDS, cmd
from fastcore.script import anno_parser

len(CMDS), CMDS[:8]
```

    (38,
     ['stats', 'find', 'sections', 'context', 'ask', 'explain', 'read', 'related'])

``` python
anno_parser(cmd('find'), prog='vishalakshi find').print_help()
```

    usage: vishalakshi find [-h] [--limit LIMIT] [--kind KIND] q

    Chunk-level hybrid search (FTS5 + vectors, RRF-fused), each hit carrying its breadcrumb.

    positional arguments:
      q              query

    options:
      -h, --help     show this help message and exit
      --limit LIMIT  hits to return (default: 10)
      --kind KIND    restrict to one or more KINDS ('note' or 'note,web')

`$VISHALAKSHI_VAULT` picks the vault file, `$VISHALAKSHI_MODEL` the model `ask` uses,
`$VISHALAKSHI_OFFLINE` forces the hashing encoder.

## MCP

`vishalakshi-mcp` exposes the vault to any MCP client — Claude Code, Codex, or anything else that
speaks the protocol:

``` json
{"mcpServers": {"vishalakshi": {"command": "vishalakshi-mcp",
                                "env": {"VISHALAKSHI_VAULT": "~/.vishalakshi/vault.db"}}}}
```

``` python
from vishalakshi.mcp import TOOLS
len(TOOLS), TOOLS
```

    (32,
     ['stats',
      'find',
      'sections',
      'context',
      'ask',
      'read',
      'related',
      'toc',
      'map',
      'sources',
      'grab',
      'url',
      'web',
      'arxiv',
      'youtube',
      'add_file',
      'add_dir',
      'note',
      'connect',
      'forget',
      'apis',
      'harvest',
      'watch',
      'watches',
      'poll',
      'unwatch',
      'index_code',
      'code_search',
      'symbol',
      'where_to_add',
      'grep',
      'federate'])

Those tools are built from the same [`Vault`](https://vedicreader.github.io/vishalakshi/core.html#vault) methods the CLI uses, so each tool’s schema and
description are the method’s signature and docstring. `context` and `find` for reading, `ask` for
answering, `grab` / `web` / `arxiv` / `youtube` / `add_file` / `add_dir` / `note` for filling it,
plus `toc`, `map`, `sources`, `related`, `read`, `connect` and `forget`. An agent that can write
notes back into the same vault it reads from accumulates rather than restarts.

## Models and backends

`ask` goes through rishi, which has four backends. rishi picks one from the **shape** of the model
id, so a bare marketing name (`gemma-3-4b-it-int4`) matches nothing and is rejected rather than
guessed at. Name a real id, use an alias, or say the runtime.

| runtime | what it is | model ids look like | needs |
|----|----|----|----|
| `litert` | Google LiteRT, CPU — **the default** | `litert-community/…`, `*.litertlm` | nothing; runs anywhere |
| `mlx` | Apple silicon | `mlx-community/…` | macOS on ARM |
| `llama` | llama.cpp, any GGUF | `*-GGUF`, `*.gguf` | `pip install 'rishi[llama]'` |
| `remote` | hosted, via fastllm | `gpt-5.6-luna`, `gemini-…` | an API key |

``` python
from vishalakshi.ask import MODELS, dflt_model, resolve_model
dflt_model
```

    'litert-community/gemma-4-E2B-it-litert-lm'

``` python
L(MODELS.items()).map(lambda kv: (kv[0], *kv[1][1:]))
```

    [('gemma-e2b', 'litert', 'default: ~2GB, CPU, runs anywhere'), ('gemma-e4b', 'litert', 'larger LiteRT build'), ('gemma-12b', 'litert', 'biggest LiteRT build'), ('qwen-4b-mlx', 'mlx', 'Apple silicon'), ('ornith-9b-mlx', 'mlx', 'Apple silicon'), ('qwen-4b-gguf', 'llama', 'llama.cpp, needs rishi[llama]'), ('gemma-4b-gguf', 'llama', 'llama.cpp, needs rishi[llama]'), ('gpt-5.6-luna', 'remote', 'hosted, needs OPENAI_API_KEY'), ('gpt-5.6-sol', 'remote', 'hosted, needs OPENAI_API_KEY')]

``` python
(resolve_model('qwen-4b-mlx'),                         # alias -> id + runtime
 resolve_model('mlx-community/Qwen3-4B-4bit'),         # full id, runtime inferred
 resolve_model('my-local.gguf', runtime='llama'))      # say it outright when the id can't
```

    (('mlx-community/Qwen3.5-4B-MLX-4bit', 'mlx'),
     ('mlx-community/Qwen3-4B-4bit', 'mlx'),
     ('my-local.gguf', 'llama'))

``` python
from fastcore.test import test_fail
test_fail(lambda: resolve_model('gemma-3-4b-it-int4'), contains='backend')
```

A reasoning model’s `<think>` block is split off into `r.thinking` rather than left in
`r.answer` — it names sections it then discards, and citations are read off the answer.

The vault never needs the network to *retrieve*. Only answering with a hosted model does.

## Code: kosha, ripgrep, and federated search

`v.code(dir)` files source files as ordinary documents. `v.index_code(dir)` is the real code path —
it fills **kosha’s** stores: AST chunks, symbol names, and a call graph with PageRank.

``` python
v.index_code('..')                              # this repo; env=True also indexes installed packages
```

    parse files from ..: 100%|██████████| 6/6 [00:00<00:00, 231.54it/s]

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">[08/06/26 21:10:19] </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> ========== pass <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span>, file <span style="color: #008000; text-decoration-color: #008000">'../vishalakshi/__init__.py'</span> ==========        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#290" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">290</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __version__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.str</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to NAME &lt;Node </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1620" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1620</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.__version__</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name tidy_bc to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name DFLT_ENC to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.core.DFLT_ENC</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.core.DFLT_ENC</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name mk_encoder to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:vishalakshi.core.mk_encoder</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.core.mk_encoder</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name kinds to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.core.kinds</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.core.kinds</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name KINDS to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.core.KINDS</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.core.KINDS</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name Vault to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name records to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.acquire.records</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.acquire.records</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name secs to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.acquire.secs</span><span style="font-weight: bold">&gt;</span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.acquire.secs</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name records_md to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:vishalakshi.acquire.records_md</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.acquire.records_md</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name ACTIONS to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.acquire.ACTIONS</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.acquire.ACTIONS</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name md_title to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:vishalakshi.acquire.md_title</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.acquire.md_title</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name clip to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.acquire.clip</span><span style="font-weight: bold">&gt;</span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.acquire.clip</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name VAULT_SP to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.ask.VAULT_SP</span><span style="font-weight: bold">&gt;</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.ask.VAULT_SP</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name MODELS to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.ask.MODELS</span><span style="font-weight: bold">&gt;</span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.ask.MODELS</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name cited to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.ask.cited</span><span style="font-weight: bold">&gt;</span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.ask.cited</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name mk_prompt to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.ask.mk_prompt</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.ask.mk_prompt</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name dflt_model to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:vishalakshi.ask.dflt_model</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.ask.dflt_model</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name split_reasoning to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:vishalakshi.ask.split_reasoning</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.ask.split_reasoning</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name resolve_model to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi&gt; to ImportFrom </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> ========== pass <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span>, file <span style="color: #008000; text-decoration-color: #008000">'../vishalakshi/_modidx.py'</span> ==========         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#290" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">290</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi._modidx&gt; to NAME &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1620" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1620</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi._modidx.d</span><span style="font-weight: bold">&gt;</span>                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> ========== pass <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span>, file <span style="color: #008000; text-decoration-color: #008000">'../vishalakshi/acquire.py'</span> ==========         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#290" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">290</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Cartesian fallback: <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span> targets, <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">6</span> values, ..<span style="color: #800080; text-decoration-color: #800080">/vishalakshi/</span><span style="color: #ff00ff; text-decoration-color: #ff00ff">acquire.py</span>:<span style="color: #008080; text-decoration-color: #008080; font-weight: bold">8</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1676" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1676</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to NAME &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1620" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1620</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.acquire.__all__</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:json&gt; in &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.acquire</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set json in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:json</span><span style="font-weight: bold">&gt;</span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name json to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:json</span><span style="font-weight: bold">&gt;</span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:re&gt; in &lt;Node </span>               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.acquire</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set re in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:re</span><span style="font-weight: bold">&gt;</span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name re to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:re</span><span style="font-weight: bold">&gt;</span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:time&gt; in &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.acquire</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set time in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:time</span><span style="font-weight: bold">&gt;</span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name time to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:time</span><span style="font-weight: bold">&gt;</span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:uuid&gt; in &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.acquire</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set uuid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:uuid</span><span style="font-weight: bold">&gt;</span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name uuid to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:uuid</span><span style="font-weight: bold">&gt;</span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set urlparse in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:urllib.parse.urlparse</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name urlparse to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:urllib.parse.urlparse</span><span style="font-weight: bold">&gt;</span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:urllib.parse.urlparse</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name AttrDict to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<style>
    progress { appearance: none; border: none; border-radius: 4px; width: 300px;
        height: 20px; vertical-align: middle; background: #e0e0e0; }
&#10;    progress::-webkit-progress-bar { background: #e0e0e0; border-radius: 4px; }
    progress::-webkit-progress-value { background: #2196F3; border-radius: 4px; }
    progress::-moz-progress-bar { background: #2196F3; border-radius: 4px; }
&#10;    progress:not([value]) {
        background: repeating-linear-gradient(45deg, #7e7e7e, #7e7e7e 10px, #5c5c5c 10px, #5c5c5c 20px); }
&#10;    progress.progress-bar-interrupted::-webkit-progress-value { background: #F44336; }
    progress.progress-bar-interrupted::-moz-progress-value { background: #F44336; }
    progress.progress-bar-interrupted::-webkit-progress-bar { background: #F44336; }
    progress.progress-bar-interrupted::-moz-progress-bar { background: #F44336; }
    progress.progress-bar-interrupted { background: #F44336; }    
&#10;    table.fastprogress { border-collapse: collapse; margin: 1em 0; font-size: 0.9em; }
    table.fastprogress th, table.fastprogress td { padding: 8px 12px; border: 1px solid #ddd; text-align: left; }
    table.fastprogress thead tr { background: #f8f9fa; font-weight: bold; }
    table.fastprogress tbody tr:nth-of-type(even) { background: #f8f9fa; }
</style>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name L to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set Path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name Path to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name patch to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set code_exts in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.code_exts</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name code_exts to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:litesearch.code_exts</span><span style="font-weight: bold">&gt;</span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:litesearch.code_exts</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set pdf_parse in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.pdf_parse</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name pdf_parse to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:litesearch.pdf_parse</span><span style="font-weight: bold">&gt;</span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:litesearch.pdf_parse</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name Vault to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set KINDS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:vishalakshi.core.KINDS</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name KINDS to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.core.KINDS</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:vishalakshi.core.KINDS</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.clip</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set clip in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.clip</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function clip&gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.clip&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.clip&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function clip&gt;, found in &lt;Scope: function clip&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.clip.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.clip&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.acquire.clip.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get re in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function clip&gt;, found in &lt;Scope: module &gt;, value </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:re</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr sub not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function clip&gt;, found in &lt;Scope: function clip&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.clip&gt; to &lt;Node </span>           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>;         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.clip&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.md_title</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set md_title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.md_title</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set fallback in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function md_title&gt; to &lt;Node </span>                  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.md_title&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get md in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function md_title&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">md_title&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.md_title.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.md_title&gt; to Name &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.md_title.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get re in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function md_title&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:re</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr M not resolved; maybe fwd ref or     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get re in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function md_title&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:re</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr search not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function md_title&gt; to &lt;Node attribute:re.search</span><span style="font-weight: bold">&gt;</span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function md_title&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">md_title&gt;, value &lt;Node attribute:re.search</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function md_title&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">md_title&gt;, value &lt;Node attribute:re.search</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr group not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get fallback in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function md_title&gt;, found in &lt;Scope: function</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">md_title&gt;, value &lt;Node attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.md_title&gt; to &lt;Node </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str&gt; resolves &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>;         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.md_title&gt; to Name &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get clip in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function md_title&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.acquire.clip</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.md_title&gt; to Name &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.clip</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.url</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.url</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set sel in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set auto in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set meta in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set verify in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.url&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.url&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.url&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.url&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set fetch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt; to &lt;Node import:fossick.fetch</span><span style="font-weight: bold">&gt;</span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name fetch to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fossick.fetch</span><span style="font-weight: bold">&gt;</span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.url&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fossick.fetch</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set to_md in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt; to &lt;Node import:fossick.to_md</span><span style="font-weight: bold">&gt;</span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name to_md to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fossick.to_md</span><span style="font-weight: bold">&gt;</span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.url&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fossick.to_md</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.url.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.url&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.acquire.url.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sel in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.url&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get auto in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.url&gt; to &lt;Node </span>            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>;       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.url&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get verify in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.url&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get fetch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fossick.fetch</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set pg in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt; to &lt;Node import:fossick.fetch</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pg in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fossick.fetch</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pg in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fossick.fetch</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sel in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get to_md in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fossick.to_md</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pg in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fossick.fetch</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.url&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set st in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt; to &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get st in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.url.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get st in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get st in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get meta in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.url.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get st in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get time in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:time</span><span style="font-weight: bold">&gt;</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr time not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt; to &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.url.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get urlparse in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:urllib.parse.urlparse</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.url&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:urllib.parse.urlparse</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.url.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get md_title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.acquire.md_title</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.url&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node function:vishalakshi.acquire.md_title</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.url.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.url&gt; to &lt;Node </span>            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str&gt; resolves &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>;         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.url&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.url.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr add not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function url&gt;, found in &lt;Scope: function url&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.url.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set crawl in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set max_pages in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function crawl&gt; to &lt;Node </span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set sel in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function crawl&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set verify in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function crawl&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function crawl&gt;, found in &lt;Scope: module &gt;, value </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.crawl&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function crawl&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.crawl&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.crawl&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.crawl&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set _crawl in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function crawl&gt; to &lt;Node import:fossick.crawl</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name _crawl to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fossick.crawl</span><span style="font-weight: bold">&gt;</span>                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.crawl&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to ImportFrom &lt;Node import:fossick.crawl</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set to_md in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function crawl&gt; to &lt;Node import:fossick.to_md</span><span style="font-weight: bold">&gt;</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name to_md to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fossick.to_md</span><span style="font-weight: bold">&gt;</span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.crawl&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to ImportFrom &lt;Node import:fossick.to_md</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get start_url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function crawl&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">crawl&gt;, value &lt;Node ---:vishalakshi.acquire.crawl.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.crawl&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.acquire.crawl.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sel in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function crawl&gt;, found in &lt;Scope: function crawl&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.crawl&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get max_pages in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function crawl&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">crawl&gt;, value &lt;Node attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.crawl&gt; to &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>;         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.crawl&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get verify in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function crawl&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">crawl&gt;, value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.crawl&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.crawl&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get _crawl in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function crawl&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">crawl&gt;, value &lt;Node import:fossick.crawl</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.crawl&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node metho</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">d:f</span><span style="color: #000000; text-decoration-color: #000000">ossick.crawl.__iter__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.crawl&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node metho</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">d:f</span><span style="color: #000000; text-decoration-color: #000000">ossick.crawl.__next__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set pg in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node import:fossick.crawl</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pg in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fossick.crawl</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr url not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pg in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fossick.crawl</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.crawl</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sel in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">crawl&gt;, value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get to_md in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">crawl&gt;, value &lt;Node import:fossick.to_md</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.to_md</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.crawl&gt; to genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function crawl&gt;, found in &lt;Scope: module &gt;, value </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">[08/06/26 21:10:20] </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set pgs in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function crawl&gt; to &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pgs in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function crawl&gt;, found in &lt;Scope: function crawl&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.crawl&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node metho</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">d:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.L.__iter__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.crawl&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node metho</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">d:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.L.__next__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set u in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set md in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get md in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr strip not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get md in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get md in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get u in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get md_title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node function:vishalakshi.acquire.md_title</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.md_title</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get u in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get u in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get start_url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function crawl&gt;, value &lt;Node </span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.crawl.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.crawl.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get time in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:time</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr time not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">crawl&gt;, value &lt;Node ---:vishalakshi.acquire.crawl.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr add not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.crawl&gt; to genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function crawl&gt;, found in &lt;Scope: module &gt;, value </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set web in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt; to &lt;Node </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set google in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set chars in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set verify in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.web&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.web&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.web&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.web&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.web&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set research in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.research</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name research to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fossick.research</span><span style="font-weight: bold">&gt;</span>           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.web&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fossick.research</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get query in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt;, found in &lt;Scope: function web&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.web.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.web&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.acquire.web.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt;, found in &lt;Scope: function web&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.web&gt; to &lt;Node </span>            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>;         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.web&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get google in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt;, found in &lt;Scope: function web&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.web&gt; to &lt;Node </span>            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>;       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.web&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get chars in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt;, found in &lt;Scope: function web&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get verify in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt;, found in &lt;Scope: function web&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.web&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get research in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">web&gt;, value &lt;Node import:fossick.research</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set res in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt; to &lt;Node import:fossick.research</span><span style="font-weight: bold">&gt;</span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.web&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get res in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt;, found in &lt;Scope: function web&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fossick.research</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt;, found in &lt;Scope: module &gt;, value </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.web&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set srcs in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt; to &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get clip in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.acquire.clip</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.clip</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get query in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">web&gt;, value &lt;Node ---:vishalakshi.acquire.web.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.web.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get time in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:time</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr time not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">web&gt;, value &lt;Node ---:vishalakshi.acquire.web.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr add not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.web&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get srcs in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt;, found in &lt;Scope: function web&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr map not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set added in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.L.map</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get query in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt;, found in &lt;Scope: function web&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.web.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get res in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt;, found in &lt;Scope: function web&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fossick.research</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.web&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.len</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get added in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt;, found in &lt;Scope: function web&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.L.map</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function web&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.arxiv</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set arxiv in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.arxiv</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set save_dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt; to &lt;Node </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set verify in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.arxiv&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.arxiv&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.arxiv&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.arxiv&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set read_arxiv in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.read_arxiv</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name read_arxiv to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fossick.read_arxiv</span><span style="font-weight: bold">&gt;</span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.arxiv&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to ImportFrom &lt;Node import:fossick.read_arxiv</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get id_or_url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">arxiv&gt;, value &lt;Node ---:vishalakshi.acquire.arxiv.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.arxiv&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.acquire.arxiv.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get save_dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">arxiv&gt;, value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.arxiv&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">arxiv&gt;, value &lt;Node ---:vishalakshi.acquire.arxiv.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr assets not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">arxiv&gt;, value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.arxiv&gt; to &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>;       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.arxiv&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get verify in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">arxiv&gt;, value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.arxiv&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get read_arxiv in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">arxiv&gt;, value &lt;Node import:fossick.read_arxiv</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt; to &lt;Node import:fossick.read_arxiv</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: function arxiv&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fossick.read_arxiv</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: function arxiv&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fossick.read_arxiv</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr get not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: function arxiv&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fossick.read_arxiv</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: function arxiv&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fossick.read_arxiv</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get clip in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node function:vishalakshi.acquire.clip</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.arxiv&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node function:vishalakshi.acquire.clip</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: function arxiv&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fossick.read_arxiv</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get id_or_url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">arxiv&gt;, value &lt;Node ---:vishalakshi.acquire.arxiv.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">arxiv&gt;, value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: function arxiv&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fossick.read_arxiv</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.arxiv&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: function arxiv&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fossick.read_arxiv</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: function arxiv&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fossick.read_arxiv</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get time in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:time</span><span style="font-weight: bold">&gt;</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr time not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function arxiv&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">arxiv&gt;, value &lt;Node ---:vishalakshi.acquire.arxiv.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr add not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pdf</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set pdf in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pdf</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set verify in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pdf&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pdf&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pdf&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pdf&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set get_pdf in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt; to &lt;Node import:fossick.get_pdf</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name get_pdf to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fossick.get_pdf</span><span style="font-weight: bold">&gt;</span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pdf&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fossick.get_pdf</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get path_or_url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">pdf&gt;, value &lt;Node ---:vishalakshi.acquire.pdf.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pdf&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.acquire.pdf.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pdf&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt; to &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function pdf&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr exists not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function pdf&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function pdf&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pdf&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function pdf&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pdf&gt; to &lt;Node </span>            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>;       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pdf&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function pdf&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.pdf.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr add_file not resolved; maybe fwd ref <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get path_or_url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">pdf&gt;, value &lt;Node ---:vishalakshi.acquire.pdf.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get verify in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function pdf&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pdf&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get get_pdf in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function pdf&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fossick.get_pdf</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set doc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt; to &lt;Node import:fossick.get_pdf</span><span style="font-weight: bold">&gt;</span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get doc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function pdf&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fossick.get_pdf</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get path_or_url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">pdf&gt;, value &lt;Node ---:vishalakshi.acquire.pdf.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get path_or_url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">pdf&gt;, value &lt;Node ---:vishalakshi.acquire.pdf.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr rsplit not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get doc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function pdf&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fossick.get_pdf</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function pdf&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.pdf.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr assets not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pdf_parse in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:litesearch.pdf_parse</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pdf&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:litesearch.pdf_parse</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pdf&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pdf&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function pdf&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get clip in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node function:vishalakshi.acquire.clip</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pdf&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node function:vishalakshi.acquire.clip</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get path_or_url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">pdf&gt;, value &lt;Node ---:vishalakshi.acquire.pdf.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function pdf&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get path_or_url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">pdf&gt;, value &lt;Node ---:vishalakshi.acquire.pdf.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get time in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:time</span><span style="font-weight: bold">&gt;</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr time not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pdf&gt;, found in &lt;Scope: function pdf&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.pdf.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr add not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.youtube</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set youtube in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.youtube</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.youtube&gt; to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.youtube&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.youtube&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.youtube&gt; to Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set read_yt in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt; to &lt;Node </span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.read_yt</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name read_yt to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fossick.read_yt</span><span style="font-weight: bold">&gt;</span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.youtube&gt; to ImportFrom &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.read_yt</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">youtube&gt;, value &lt;Node ---:vishalakshi.acquire.youtube.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.youtube&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.youtube.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">youtube&gt;, value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.youtube&gt; to &lt;Node </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>;       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.youtube&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get read_yt in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">youtube&gt;, value &lt;Node import:fossick.read_yt</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set v in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt; to &lt;Node import:fossick.read_yt</span><span style="font-weight: bold">&gt;</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get v in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">youtube&gt;, value &lt;Node import:fossick.read_yt</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr get not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">youtube&gt;, value &lt;Node ---:vishalakshi.acquire.youtube.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get v in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">youtube&gt;, value &lt;Node import:fossick.read_yt</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get v in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">youtube&gt;, value &lt;Node import:fossick.read_yt</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get v in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">youtube&gt;, value &lt;Node import:fossick.read_yt</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get v in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">youtube&gt;, value &lt;Node import:fossick.read_yt</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get v in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">youtube&gt;, value &lt;Node import:fossick.read_yt</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get clip in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.acquire.clip</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.youtube&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.clip</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">youtube&gt;, value &lt;Node ---:vishalakshi.acquire.youtube.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">youtube&gt;, value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">youtube&gt;, value &lt;Node ---:vishalakshi.acquire.youtube.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get v in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">youtube&gt;, value &lt;Node import:fossick.read_yt</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get v in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">youtube&gt;, value &lt;Node import:fossick.read_yt</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get v in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">youtube&gt;, value &lt;Node import:fossick.read_yt</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get time in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:time</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr time not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function youtube&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">youtube&gt;, value &lt;Node ---:vishalakshi.acquire.youtube.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr add not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.grab</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set grab in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.grab</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set sel in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.grab&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.grab&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get target in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">grab&gt;, value &lt;Node ---:vishalakshi.acquire.grab.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.grab&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.acquire.grab.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.grab&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt; to &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function grab&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr is_dir not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function grab&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.grab&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function grab&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.grab.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr add_dir not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function grab&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr exists not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function grab&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function grab&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.grab&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function grab&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.grab.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr add_file not resolved; maybe fwd ref <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get target in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">grab&gt;, value &lt;Node ---:vishalakshi.acquire.grab.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get target in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">grab&gt;, value &lt;Node ---:vishalakshi.acquire.grab.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get re in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: module &gt;, value </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:re</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr fullmatch not resolved; maybe fwd    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         ref or unanalyzed import<span style="font-weight: bold">)</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get target in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">grab&gt;, value &lt;Node ---:vishalakshi.acquire.grab.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function grab&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.grab.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr arxiv not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get target in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">grab&gt;, value &lt;Node ---:vishalakshi.acquire.grab.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get re in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: module &gt;, value </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:re</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr search not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get target in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">grab&gt;, value &lt;Node ---:vishalakshi.acquire.grab.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function grab&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.grab.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr youtube not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get target in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">grab&gt;, value &lt;Node ---:vishalakshi.acquire.grab.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr lower not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get target in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">grab&gt;, value &lt;Node ---:vishalakshi.acquire.grab.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function grab&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function grab&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.grab.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr pdf not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get target in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">grab&gt;, value &lt;Node ---:vishalakshi.acquire.grab.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr startswith not resolved; maybe fwd   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         ref or unanalyzed import<span style="font-weight: bold">)</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get target in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">grab&gt;, value &lt;Node ---:vishalakshi.acquire.grab.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function grab&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sel in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function grab&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function grab&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.grab.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr url not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get target in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grab&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">grab&gt;, value &lt;Node ---:vishalakshi.acquire.grab.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.grab&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.ValueError</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.code</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set code in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.code</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get code_exts in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:litesearch.code_exts</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set types in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function code&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.code_exts</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get code_exts in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function code&gt;, found in &lt;Scope: module &gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:litesearch.code_exts</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function code&gt;, found in &lt;Scope: module &gt;, value </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.code&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function code&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.code&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.code&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function code&gt;, found in &lt;Scope: function code&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.code.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.code&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.acquire.code.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get types in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function code&gt;, found in &lt;Scope: function code&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:litesearch.code_exts</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.code&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function code&gt;, found in &lt;Scope: function code&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.code.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr add_dir not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set records in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set min_len in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function records&gt; to &lt;Node </span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records&gt; to Name &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records&gt; to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.records&gt; to Function &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set walk in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function records&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set d in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.records.int</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get d in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt;, found in &lt;Scope: function walk&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.records.int</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to Name &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.records.int</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get o in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt;, found in &lt;Scope: function walk&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.records.walk.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to Name &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records.walk.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to Name &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to Name &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.isinstance</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get o in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt;, found in &lt;Scope: function walk&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.records.walk.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.acquire.records.walk.^^^argument^^^.__iter__</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.acquire.records.walk.^^^argument^^^.__next__</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set x in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records.walk.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get x in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records.walk.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records.walk.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records.walk.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records.walk.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.dict</span><span style="font-weight: bold">&gt;</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records.walk.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.isinstance</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get x in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records.walk.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.records.walk&gt; to listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node scope:vishalakshi.acquire.records.walk.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ds in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records.walk.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ds in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt;, found in &lt;Scope: function walk&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node scope:vishalakshi.acquire.records.walk.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to Name &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records.walk.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to Name &lt;Node ???:*.len</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get min_len in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">records&gt;, value &lt;Node attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to Name &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ds in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt;, found in &lt;Scope: function walk&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node scope:vishalakshi.acquire.records.walk.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to Name &lt;Node ???:*.best</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ds in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt;, found in &lt;Scope: function walk&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node scope:vishalakshi.acquire.records.walk.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set best in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records.walk.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get o in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt;, found in &lt;Scope: function walk&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.records.walk.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get o in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt;, found in &lt;Scope: function walk&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.records.walk.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get d in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt;, found in &lt;Scope: function walk&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.records.int</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get walk in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">records&gt;, value &lt;Node function:vishalakshi.acquire.records.walk</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to Name &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get o in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt;, found in &lt;Scope: function walk&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.records.walk.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get o in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt;, found in &lt;Scope: function walk&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.records.walk.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr values not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.acquire.records.walk.^^^argument^^^.values.__iter_</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">_</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.acquire.records.walk.^^^argument^^^.values.__next_</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">_</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get o in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt;, found in &lt;Scope: function walk&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.records.walk.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set v in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.records.walk.^^^argument^^^.values</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get v in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt;, found in &lt;Scope: function walk&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node </span>                                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.records.walk.^^^argument^^^.values</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get d in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt;, found in &lt;Scope: function walk&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.records.int</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get walk in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function walk&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">records&gt;, value &lt;Node function:vishalakshi.acquire.records.walk</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get data in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function records&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">records&gt;, value &lt;Node ---:vishalakshi.acquire.records.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get walk in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function records&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">records&gt;, value &lt;Node function:vishalakshi.acquire.records.walk</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set records_md in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.records_md&gt; to Function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node function:vishalakshi.acquire.records_md.ttl</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ttl in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function records_md&gt; to &lt;Node </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get title_keys in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ttl&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">records_md&gt;, value &lt;Node </span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt; to Name &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.acquire.records_md.^^^argument^^^.__iter__</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.acquire.records_md.^^^argument^^^.__next__</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.ttl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function ttl&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.records_md.ttl.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr get not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.ttl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.str</span><span style="font-weight: bold">&gt;</span>                                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.ttl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.isinstance</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function ttl&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.records_md.ttl.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.ttl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.ttl.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function ttl&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.records_md.ttl.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.records_md.ttl&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node scope:vishalakshi.acquire.records_md.ttl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ttl&gt;, found in &lt;Scope: function ttl&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.acquire.records_md.ttl.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt; to Name &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.ttl.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get json in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ttl&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:json</span><span style="font-weight: bold">&gt;</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr dumps not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt; to Name &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.next</span><span style="font-weight: bold">&gt;</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get clip in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ttl&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node function:vishalakshi.acquire.clip</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt; to Name &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.clip</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.dict</span><span style="font-weight: bold">&gt;</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.isinstance</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.records_md&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node scope:vishalakshi.acquire.records_md.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get recs in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function records_md&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">records_md&gt;, value &lt;Node </span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt; to Name &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function records_md&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt; to Name &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt; to &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">metho</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">d:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.L.__iter__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt; to &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">metho</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">d:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.L.__next__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ttl in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">records_md&gt;, value &lt;Node function:vishalakshi.acquire.records_md.ttl</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.str</span><span style="font-weight: bold">&gt;</span>                                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get json in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:json</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr dumps not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.records_md&gt; to genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node scope:vishalakshi.acquire.records_md.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr join not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set apis in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set pattern in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function apis&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set session in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function apis&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set preview in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function apis&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function apis&gt;, found in &lt;Scope: module &gt;, value </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.apis&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function apis&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.apis&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.apis&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.apis&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.apis&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set find_xhr in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function apis&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.find_xhr</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name find_xhr to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fossick.find_xhr</span><span style="font-weight: bold">&gt;</span>           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.apis&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to ImportFrom &lt;Node import:fossick.find_xhr</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function apis&gt;, found in &lt;Scope: function apis&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.apis.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.apis&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.acquire.apis.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pattern in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function apis&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">apis&gt;, value &lt;Node attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.apis&gt; to &lt;Node </span>           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str&gt; resolves &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>;         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.apis&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get session in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function apis&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">apis&gt;, value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.apis&gt; to &lt;Node </span>           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>;       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.apis&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.apis&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get find_xhr in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function apis&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">apis&gt;, value &lt;Node import:fossick.find_xhr</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function apis&gt;, found in &lt;Scope: module &gt;, value </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function apis&gt;, found in &lt;Scope: function apis&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.apis.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function apis&gt;, found in &lt;Scope: function apis&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.apis.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function apis&gt;, found in &lt;Scope: function apis&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.apis.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr _caps not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.apis&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.apis&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:*.enumerate.__iter__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.apis&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:*.enumerate.__next__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set i in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set h in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get i in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get h in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get h in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get h in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get h in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get h in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get records in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node function:vishalakshi.acquire.records</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node ???:*.len</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get h in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get h in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get json in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:json</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr dumps not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get preview in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">apis&gt;, value &lt;Node attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.apis&gt; to genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function apis&gt;, found in &lt;Scope: module &gt;, value </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set harvest in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set pattern in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt; to &lt;Node </span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set capture in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt; to &lt;Node </span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set pages in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set page_field in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt; to &lt;Node </span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set session in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt; to &lt;Node </span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set replay_xhr in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt; to &lt;Node </span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.replay_xhr</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name replay_xhr to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fossick.replay_xhr</span><span style="font-weight: bold">&gt;</span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to ImportFrom &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.replay_xhr</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set paginate_api in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt; to &lt;Node </span>               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.paginate_api</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name paginate_api to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fossick.paginate_api</span><span style="font-weight: bold">&gt;</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to ImportFrom &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.paginate_api</span><span style="font-weight: bold">&gt;</span>                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node ---:vishalakshi.acquire.harvest.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.harvest.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to Name &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set caps in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt; to &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get capture in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get caps in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node ---:vishalakshi.acquire.harvest.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pattern in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.harvest&gt; to &lt;Node </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str&gt; resolves &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>;         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get session in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.harvest&gt; to &lt;Node </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>;       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node ---:vishalakshi.acquire.harvest.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr apis not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set found in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.harvest.^^^argument^^^.apis</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get found in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.harvest.^^^argument^^^.apis</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node ---:vishalakshi.acquire.harvest.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get found in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.harvest.^^^argument^^^.apis</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get h in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.harvest.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr records not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.harvest&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.harvest.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to Name &lt;Node ???:*.max</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node ---:vishalakshi.acquire.harvest.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr _caps not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set capture in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt; to &lt;Node ???:*.max</span><span style="font-weight: bold">&gt;</span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set caps in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.harvest.^^^argument^^^._caps</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get caps in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.harvest.^^^argument^^^._caps</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get capture in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node ???:*.max</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node ---:vishalakshi.acquire.harvest.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get capture in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node ???:*.max</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pages in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.harvest&gt; to &lt;Node </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>;         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get page_field in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function harvest&gt;, value &lt;Node attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pages in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node attribute:vishalakshi.acquire.int</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get paginate_api in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function harvest&gt;, value &lt;Node import:fossick.paginate_api</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set items in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.paginate_api</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get replay_xhr in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function harvest&gt;, value &lt;Node import:fossick.replay_xhr</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get records in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: module &gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.acquire.records</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set items in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to Name &lt;Node ???:*.Exception</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node ---:vishalakshi.acquire.harvest.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to Name &lt;Node ???:*.type</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get items in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node function:vishalakshi.acquire.records</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node ---:vishalakshi.acquire.harvest.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node ---:vishalakshi.acquire.harvest.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get urlparse in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: module &gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:urllib.parse.urlparse</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:urllib.parse.urlparse</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node ---:vishalakshi.acquire.harvest.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get urlparse in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: module &gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:urllib.parse.urlparse</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get items in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node function:vishalakshi.acquire.records</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get url in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node ---:vishalakshi.acquire.harvest.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get time in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:time</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr time not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node ---:vishalakshi.acquire.harvest.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr add_records not resolved; maybe fwd  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         ref or unanalyzed import<span style="font-weight: bold">)</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get items in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function harvest&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">harvest&gt;, value &lt;Node function:vishalakshi.acquire.records</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to Name &lt;Node ???:*.len</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set add_records in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set source in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_records&gt; to &lt;Node </span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_records&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_records&gt; to &lt;Node </span>                  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set meta in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_records&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_records&gt;, found in &lt;Scope: module </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to Name &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_records&gt;, found in &lt;Scope: function</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_records&gt;, value &lt;Node </span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.add_records.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.add_records.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get recs in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_records&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_records&gt;, value &lt;Node </span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.add_records.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get records_md in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_records&gt;, found in &lt;Scope: </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module &gt;, value &lt;Node function:vishalakshi.acquire.records_md</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_records&gt;, found in &lt;Scope: function</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_records&gt;, value &lt;Node </span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.add_records.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get source in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_records&gt;, found in &lt;Scope: </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function add_records&gt;, value &lt;Node </span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_records&gt;, found in &lt;Scope: function</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_records&gt;, value &lt;Node </span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.add_records.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_records&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_records&gt;, value &lt;Node attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.add_records&gt; to &lt;Node </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str&gt; resolves &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>;         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_records&gt;, found in &lt;Scope: function</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_records&gt;, value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.add_records&gt; to &lt;Node </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>;       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get meta in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_records&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_records&gt;, value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get recs in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_records&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_records&gt;, value &lt;Node </span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.add_records.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_records&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to Name &lt;Node ???:*.len</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_records&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_records&gt;, value &lt;Node </span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.add_records.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr add not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Cartesian fallback: <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span> targets, <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">7</span> values,                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1676" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1676</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         ..<span style="color: #800080; text-decoration-color: #800080">/vishalakshi/</span><span style="color: #ff00ff; text-decoration-color: #ff00ff">acquire.py</span>:<span style="color: #008080; text-decoration-color: #008080; font-weight: bold">229</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ACTIONS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to NAME &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1620" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1620</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.acquire.ACTIONS</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ACTIONS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ACTIONS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ACTIONS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ACTIONS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ACTIONS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ACTIONS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.secs</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set secs in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.secs</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.secs&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.float</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:pandas&gt; in &lt;Node </span>           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.secs</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set pd in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function secs&gt; to &lt;Node module:pandas</span><span style="font-weight: bold">&gt;</span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name pd to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:pandas</span><span style="font-weight: bold">&gt;</span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get every in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function secs&gt;, found in &lt;Scope: function secs&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.secs.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.secs&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.acquire.secs.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.secs&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.secs&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.isinstance</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get every in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function secs&gt;, found in &lt;Scope: function secs&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.secs.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get every in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function secs&gt;, found in &lt;Scope: function secs&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.secs.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pd in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function secs&gt;, found in &lt;Scope: function secs&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:pandas</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr Timedelta not resolved; maybe fwd    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         ref or unanalyzed import<span style="font-weight: bold">)</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire._w</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set _w in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.acquire._w</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _w&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire._w&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _w&gt;, found in &lt;Scope: function _w&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire._w.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _w&gt;, found in &lt;Scope: function _w&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire._w.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _w&gt;, found in &lt;Scope: function _w&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire._w.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr db not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set t in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _w&gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire._w.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire._w&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire._w&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.float</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire._w&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get t in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _w&gt;, found in &lt;Scope: function _w&gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node attribute:vishalakshi.acquire._w.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr create not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get t in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _w&gt;, found in &lt;Scope: function _w&gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node attribute:vishalakshi.acquire._w.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watch</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set watch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watch</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set action in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set every in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set note in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set start in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.watch&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.watch&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.watch&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.watch&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.float</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get action in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">watch&gt;, value &lt;Node attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.watch&gt; to &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str&gt; resolves &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>;         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.watch&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ACTIONS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ACTIONS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get uuid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:uuid</span><span style="font-weight: bold">&gt;</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr uuid4 not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get action in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">watch&gt;, value &lt;Node attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get target in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">watch&gt;, value &lt;Node ---:vishalakshi.acquire.watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.watch&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.acquire.watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.watch&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.params</span><span style="font-weight: bold">&gt;</span>                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get json in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:json</span><span style="font-weight: bold">&gt;</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr dumps not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get every in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">watch&gt;, value &lt;Node attribute:vishalakshi.acquire.str</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get secs in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node function:vishalakshi.acquire.secs</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.watch&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node function:vishalakshi.acquire.secs</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get note in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">watch&gt;, value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.watch&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get start in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">watch&gt;, value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get time in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:time</span><span style="font-weight: bold">&gt;</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr time not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set row in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt; to &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get row in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt;, found in &lt;Scope: function watch&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">watch&gt;, value &lt;Node ---:vishalakshi.acquire.watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr _w not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get row in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watch&gt;, found in &lt;Scope: function watch&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set watches in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set due_only in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watches&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set at in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watches&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watches&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watches&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches&gt; to Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches&gt; to Name &lt;Node ???:*.float</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get due_only in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watches&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">watches&gt;, value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.watches&gt; to &lt;Node </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>;       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get at in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watches&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">watches&gt;, value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get time in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watches&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:time</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr time not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.watches.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.watches.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.watches.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.watches.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get json in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:json</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr loads not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.watches.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.watches&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.watches.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watches&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">watches&gt;, value &lt;Node ---:vishalakshi.acquire.watches.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr _w not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function watches&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.unwatch</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set unwatch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.unwatch</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function unwatch&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.unwatch&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.unwatch&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get watch_id in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function unwatch&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">unwatch&gt;, value &lt;Node ---:vishalakshi.acquire.unwatch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.unwatch&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.unwatch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function unwatch&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">unwatch&gt;, value &lt;Node ---:vishalakshi.acquire.unwatch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr _w not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pause</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set pause in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pause</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set enabled in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pause&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pause&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pause&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pause&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pause&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get watch_id in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pause&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">pause&gt;, value &lt;Node ---:vishalakshi.acquire.pause.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pause&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.acquire.pause.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get enabled in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pause&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">pause&gt;, value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pause&gt; to &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>;       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pause&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pause&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.pause&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function pause&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">pause&gt;, value &lt;Node ---:vishalakshi.acquire.pause.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr _w not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set run_watch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch&gt; to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: module &gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get time in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: module &gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:time</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr time not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set t0 in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt; to &lt;Node attribute:time.time</span><span style="font-weight: bold">&gt;</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get w in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.run_watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.run_watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get w in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.run_watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get w in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.run_watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr get not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.run_watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr note not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get w in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.run_watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get w in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.run_watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.run_watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get w in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.run_watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch&gt; to Name &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.isinstance</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.Exception</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch&gt; to Name &lt;Node ???:*.type</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set res in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt; to &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set status in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.run_watch.str</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get time in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: module &gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:time</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set now in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt; to &lt;Node attribute:time.time</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get w in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.run_watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get now in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node attribute:time.time</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get status in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node attribute:vishalakshi.acquire.run_watch.str</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.run_watch&gt; to &lt;Node </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.run_watch.str&gt; resolves &lt;Node </span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.str</span><span style="font-weight: bold">&gt;</span>; removing wildcard                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.run_watch.str</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get w in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.run_watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get now in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node attribute:time.time</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get w in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.run_watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.run_watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr _w not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get w in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.run_watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get w in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.run_watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get w in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.run_watch.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get status in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node attribute:vishalakshi.acquire.run_watch.str</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get now in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node attribute:time.time</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get t0 in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node attribute:time.time</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch&gt; to Name &lt;Node ???:*.round</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get res in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function run_watch&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">run_watch&gt;, value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; to Function &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.poll</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set poll in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.poll</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set at in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function poll&gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function poll&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set connect in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function poll&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.poll&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function poll&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.poll&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.poll&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.float</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.poll&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.poll&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function poll&gt;, found in &lt;Scope: function poll&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.poll.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr run_watch not resolved; maybe fwd    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         ref or unanalyzed import<span style="font-weight: bold">)</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get at in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function poll&gt;, found in &lt;Scope: function poll&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.poll&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function poll&gt;, found in &lt;Scope: function poll&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.poll.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr watches not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function poll&gt;, found in &lt;Scope: function poll&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.acquire.NoneType</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get connect in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function poll&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">poll&gt;, value &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.poll&gt; to &lt;Node </span>           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>;       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.poll&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.acquire.bool</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.poll.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.poll.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.poll.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.poll&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.poll.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function poll&gt;, found in &lt;Scope: function poll&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.poll.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr connect not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function poll&gt;, found in &lt;Scope: function poll&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.acquire.poll.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set pending in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function poll&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.poll.^^^argument^^^.watches</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pending in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function poll&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">poll&gt;, value &lt;Node </span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.poll.^^^argument^^^.watches</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.poll&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.len</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pending in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function poll&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">poll&gt;, value &lt;Node </span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.poll.^^^argument^^^.watches</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pending in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function poll&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">poll&gt;, value &lt;Node </span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.poll.^^^argument^^^.watches</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> ========== pass <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span>, file <span style="color: #008000; text-decoration-color: #008000">'../vishalakshi/ask.py'</span> ==========             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#290" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">290</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Cartesian fallback: <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span> targets, <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">7</span> values, ..<span style="color: #800080; text-decoration-color: #800080">/vishalakshi/</span><span style="color: #ff00ff; text-decoration-color: #ff00ff">ask.py</span>:<span style="color: #008080; text-decoration-color: #008080; font-weight: bold">8</span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1676" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1676</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to NAME &lt;Node </span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1620" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1620</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.ask.__all__</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:os&gt; in &lt;Node </span>               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.ask</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set os in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:os</span><span style="font-weight: bold">&gt;</span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name os to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:os</span><span style="font-weight: bold">&gt;</span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:re&gt; in &lt;Node </span>               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.ask</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set re in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:re</span><span style="font-weight: bold">&gt;</span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name re to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:re</span><span style="font-weight: bold">&gt;</span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:warnings&gt; in &lt;Node </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.ask</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set warnings in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:warnings</span><span style="font-weight: bold">&gt;</span>            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name warnings to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:warnings</span><span style="font-weight: bold">&gt;</span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name AttrDict to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name L to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name patch to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name Vault to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set tidy_bc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name tidy_bc to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set VAULT_SP in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to NAME &lt;Node </span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1620" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1620</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.ask.VAULT_SP</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to NAME &lt;Node </span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1620" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1620</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.ask.MODELS</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get os in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:os</span><span style="font-weight: bold">&gt;</span>                                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr getenv not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to Name </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ???:*.MODELS</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to NAME &lt;Node </span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1620" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1620</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.ask.dflt_model</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to Function &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set resolve_model in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set model in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function resolve_model&gt; to &lt;Node </span>                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set runtime in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function resolve_model&gt; to &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.resolve_model&gt; to Name &lt;Node ???:*.tuple</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.resolve_model&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set resolve_runtime in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function resolve_model&gt; to &lt;Node </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:rishi.core.resolve_runtime</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name resolve_runtime to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:rishi.core.resolve_runtime</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.resolve_model&gt; to ImportFrom &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:rishi.core.resolve_runtime</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get model in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function resolve_model&gt;, found in &lt;Scope: </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function resolve_model&gt;, value &lt;Node </span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.resolve_model&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get model in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function resolve_model&gt;, found in &lt;Scope: </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function resolve_model&gt;, value &lt;Node </span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.resolve_model&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.dflt_model</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.resolve_model&gt; to Name &lt;Node ???:*.MODELS</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get runtime in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function resolve_model&gt;, found in &lt;Scope: </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function resolve_model&gt;, value &lt;Node </span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get resolve_runtime in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function resolve_model&gt;, found in </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Scope: function resolve_model&gt;, value &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:rishi.core.resolve_runtime</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set rt in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function resolve_model&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:rishi.core.resolve_runtime</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set mid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function resolve_model&gt; to &lt;Node </span>                  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:rishi.core.resolve_runtime</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get mid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function resolve_model&gt;, found in &lt;Scope: function</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">resolve_model&gt;, value &lt;Node import:rishi.core.resolve_runtime</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get rt in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function resolve_model&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">resolve_model&gt;, value &lt;Node import:rishi.core.resolve_runtime</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to Function &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set mk_prompt in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set max_chars in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_prompt&gt; to &lt;Node </span>                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.int</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set related in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_prompt&gt; to &lt;Node </span>                  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.bool</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.mk_prompt&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.mk_prompt&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.mk_prompt&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.mk_prompt&gt; to Function &lt;Node </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt.sec</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set sec in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_prompt&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt.sec</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sec&gt;, found in &lt;Scope: function sec&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.ask.mk_prompt.sec.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr pages not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sec&gt;, found in &lt;Scope: function sec&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.ask.mk_prompt.sec.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sec&gt;, found in &lt;Scope: function sec&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.ask.mk_prompt.sec.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sec&gt;, found in &lt;Scope: function sec&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.ask.mk_prompt.sec.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get i in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sec&gt;, found in &lt;Scope: function sec&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.ask.mk_prompt.sec.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt.sec&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.ask.mk_prompt.sec.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sec&gt;, found in &lt;Scope: function sec&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.ask.mk_prompt.sec.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr breadcrumb not resolved; maybe fwd   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         ref or unanalyzed import<span style="font-weight: bold">)</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get tidy_bc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sec&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt.sec&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sec&gt;, found in &lt;Scope: function sec&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.ask.mk_prompt.sec.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr filename not resolved; maybe fwd ref <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sec&gt;, found in &lt;Scope: function sec&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.ask.mk_prompt.sec.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr doc_id not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sec&gt;, found in &lt;Scope: function sec&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.ask.mk_prompt.sec.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr text not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get max_chars in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sec&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_prompt&gt;, value &lt;Node attribute:vishalakshi.ask.int</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt.sec&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.int</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_prompt&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_prompt&gt;, value &lt;Node ---:vishalakshi.ask.mk_prompt.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr results not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.mk_prompt&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.mk_prompt&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:*.enumerate.__iter__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.mk_prompt&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:*.enumerate.__next__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set i in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get i in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.mk_prompt.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sec in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_prompt&gt;, value &lt;Node function:vishalakshi.ask.mk_prompt.sec</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.mk_prompt.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt.sec</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.mk_prompt&gt; to genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.mk_prompt.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_prompt&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.mk_prompt&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set parts in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_prompt&gt; to &lt;Node </span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get related in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_prompt&gt;, found in &lt;Scope: function</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_prompt&gt;, value &lt;Node attribute:vishalakshi.ask.bool</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.mk_prompt&gt; to &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>; removing  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.mk_prompt&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.ask.bool</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_prompt&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_prompt&gt;, value &lt;Node ---:vishalakshi.ask.mk_prompt.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr related not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_prompt&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_prompt&gt;, value &lt;Node ---:vishalakshi.ask.mk_prompt.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.mk_prompt&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node </span>                                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.ask.mk_prompt.^^^argument^^^.related.__iter__</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.mk_prompt&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node </span>                                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.ask.mk_prompt.^^^argument^^^.related.__next__</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.mk_prompt.^^^argument^^^.related</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.mk_prompt.^^^argument^^^.related</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr breadcrumb not resolved; maybe fwd   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         ref or unanalyzed import<span style="font-weight: bold">)</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get tidy_bc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.mk_prompt.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.mk_prompt.^^^argument^^^.related</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr via not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.mk_prompt&gt; to genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.mk_prompt.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr join not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get parts in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_prompt&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_prompt&gt;, value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr append not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get parts in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_prompt&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_prompt&gt;, value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get question in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_prompt&gt;, found in &lt;Scope: </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function mk_prompt&gt;, value &lt;Node </span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.ask.mk_prompt.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.mk_prompt&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.ask.mk_prompt.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get parts in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_prompt&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_prompt&gt;, value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get question in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_prompt&gt;, found in &lt;Scope: </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function mk_prompt&gt;, value &lt;Node </span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.ask.mk_prompt.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to Function &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.split_reasoning</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set split_reasoning in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.split_reasoning</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.split_reasoning&gt; to Name &lt;Node ???:*.tuple</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.split_reasoning&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set split_think in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function split_reasoning&gt; to &lt;Node </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:rishi.core.split_think</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name split_think to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:rishi.core.split_think</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.split_reasoning&gt; to ImportFrom &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:rishi.core.split_think</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get text in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function split_reasoning&gt;, found in &lt;Scope: </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function split_reasoning&gt;, value &lt;Node </span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.ask.split_reasoning.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.split_reasoning&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.ask.split_reasoning.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get split_think in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function split_reasoning&gt;, found in </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Scope: function split_reasoning&gt;, value &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:rishi.core.split_think</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set text in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function split_reasoning&gt; to &lt;Node </span>               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:rishi.core.split_think</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set think in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function split_reasoning&gt; to &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:rishi.core.split_think</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get text in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function split_reasoning&gt;, found in &lt;Scope: </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function split_reasoning&gt;, value &lt;Node import:rishi.core.split_think</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get text in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function split_reasoning&gt;, found in &lt;Scope: </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function split_reasoning&gt;, value &lt;Node import:rishi.core.split_think</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr partition not resolved; maybe fwd    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         ref or unanalyzed import<span style="font-weight: bold">)</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set pre in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function split_reasoning&gt; to &lt;Node </span>                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:rishi.core.split_think.partition</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set _ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function split_reasoning&gt; to &lt;Node </span>                  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:rishi.core.split_think.partition</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set text in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function split_reasoning&gt; to &lt;Node </span>               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:rishi.core.split_think.partition</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get think in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function split_reasoning&gt;, found in &lt;Scope: </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function split_reasoning&gt;, value &lt;Node import:rishi.core.split_think</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pre in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function split_reasoning&gt;, found in &lt;Scope: </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function split_reasoning&gt;, value &lt;Node </span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:rishi.core.split_think.partition</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr strip not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function split_reasoning&gt;, found in &lt;Scope: module </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.split_reasoning&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr join not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set think in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function split_reasoning&gt; to &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:str.join</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get text in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function split_reasoning&gt;, found in &lt;Scope: </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function split_reasoning&gt;, value &lt;Node </span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:rishi.core.split_think.partition</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get think in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function split_reasoning&gt;, found in &lt;Scope: </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function split_reasoning&gt;, value &lt;Node attribute:str.join</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to Function &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set cited in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cited&gt;, found in &lt;Scope: module &gt;, value </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.cited&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.cited&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get answer in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cited&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">cited&gt;, value &lt;Node ---:vishalakshi.ask.cited.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.cited&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ---:vishalakshi.ask.cited.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get re in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cited&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:re</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr findall not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.cited&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node method:re.findall.__iter__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.cited&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node method:re.findall.__next__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node attribute:re.findall</span><span style="font-weight: bold">&gt;</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node attribute:re.findall</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:re.findall</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.cited&gt; to genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.cited&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ns in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cited&gt; to &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.cited&gt; to Function &lt;Node </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited.one</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set one in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cited&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited.one</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function one&gt;, found in &lt;Scope: function one&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.ask.cited.one.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.cited.one&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.ask.cited.one.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function one&gt;, found in &lt;Scope: function one&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.ask.cited.one.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr node_id not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function one&gt;, found in &lt;Scope: function one&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.ask.cited.one.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr title not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function one&gt;, found in &lt;Scope: function one&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.ask.cited.one.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr filename not resolved; maybe fwd ref <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function one&gt;, found in &lt;Scope: function one&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.ask.cited.one.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr breadcrumb not resolved; maybe fwd   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         ref or unanalyzed import<span style="font-weight: bold">)</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get tidy_bc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function one&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.cited.one&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function one&gt;, found in &lt;Scope: function one&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.ask.cited.one.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr doc_id not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.cited.one&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ns in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cited&gt;, found in &lt;Scope: function cited&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.cited&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node method:*.dict.__iter__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.cited&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node method:*.dict.__next__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get results in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">cited&gt;, value &lt;Node ---:vishalakshi.ask.cited.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.ask.cited.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node ???:*.len</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get results in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">cited&gt;, value &lt;Node ---:vishalakshi.ask.cited.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get one in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">cited&gt;, value &lt;Node function:vishalakshi.ask.cited.one</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited.one</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.cited&gt; to genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cited&gt;, found in &lt;Scope: module &gt;, value </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to Function &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.chat</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set chat in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.ask.chat</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get VAULT_SP in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to Name </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set model in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set runtime in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set sp in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get VAULT_SP in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.chat&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.chat&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set Chat in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt; to &lt;Node import:rishi.core.Chat</span><span style="font-weight: bold">&gt;</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name Chat to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:rishi.core.Chat</span><span style="font-weight: bold">&gt;</span>                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.chat&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:rishi.core.Chat</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get model in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: function chat&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.chat&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get runtime in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">chat&gt;, value &lt;Node attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get resolve_model in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: module </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node function:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.chat&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node function:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set mid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set rt in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: function chat&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.ask.chat.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.chat&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ---:vishalakshi.ask.chat.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.chat&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get mid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: function chat&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get rt in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: function chat&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sp in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: function chat&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Cartesian fallback: <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span> targets, <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span> values, ..<span style="color: #800080; text-decoration-color: #800080">/vishalakshi/</span><span style="color: #ff00ff; text-decoration-color: #ff00ff">ask.py</span>:<span style="color: #008080; text-decoration-color: #008080; font-weight: bold">103</span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1676" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1676</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set key in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set key in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set key in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get key in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: function chat&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get mid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: function chat&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get rt in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: function chat&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sp in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: function chat&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.chat&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Chat in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: function chat&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:rishi.core.Chat</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get key in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: function chat&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: function chat&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.ask.chat.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: function chat&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.ask.chat.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: function chat&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.ask.chat.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: function chat&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.ask.chat.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function chat&gt;, found in &lt;Scope: function chat&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.ask.chat.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr _chat not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to Function &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.ask</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ask in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.ask.ask</span><span style="font-weight: bold">&gt;</span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get VAULT_SP in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set model in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set runtime in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set sections in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.int</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set related in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.int</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set max_chars in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.int</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set sp in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set fresh in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.bool</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get VAULT_SP in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set resp_text in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:rishi.core.resp_text</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name resp_text to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:rishi.core.resp_text</span><span style="font-weight: bold">&gt;</span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt; to </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:rishi.core.resp_text</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get question in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ask&gt;, value &lt;Node ---:vishalakshi.ask.ask.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ---:vishalakshi.ask.ask.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sections in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ask&gt;, value &lt;Node attribute:vishalakshi.ask.int</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt; to &lt;Node </span>                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>; removing    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node attribute:vishalakshi.ask.int</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get related in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.int</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.ask.ask.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr context not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.ask.^^^argument^^^.context</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get question in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ask&gt;, value &lt;Node ---:vishalakshi.ask.ask.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.ask.^^^argument^^^.context</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get max_chars in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ask&gt;, value &lt;Node attribute:vishalakshi.ask.int</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get related in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.int</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get mk_prompt in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.ask.mk_prompt</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node function:vishalakshi.ask.mk_prompt</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set prompt in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get model in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get runtime in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sp in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.str</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.ask.ask.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr chat not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.ask.^^^argument^^^.chat</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get fresh in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.bool</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt; to &lt;Node </span>                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>; removing  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node attribute:vishalakshi.ask.bool</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get prompt in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.ask.mk_prompt</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.ask.^^^argument^^^.chat</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get resp_text in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ask&gt;, value &lt;Node import:rishi.core.resp_text</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get split_reasoning in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: module</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node function:vishalakshi.ask.split_reasoning</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node function:vishalakshi.ask.split_reasoning</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set answer in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.split_reasoning</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set thinking in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.split_reasoning</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get answer in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.ask.split_reasoning</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr strip not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set answer in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.split_reasoning.strip</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get model in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get runtime in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get resolve_model in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: module </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node function:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node function:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set mid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set rt in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get question in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ask&gt;, value &lt;Node ---:vishalakshi.ask.ask.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get answer in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.split_reasoning.strip</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get answer in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.split_reasoning.strip</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.ask.^^^argument^^^.context</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr results not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get cited in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node function:vishalakshi.ask.cited</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node function:vishalakshi.ask.cited</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.ask.^^^argument^^^.context</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get thinking in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ask&gt;, value &lt;Node function:vishalakshi.ask.split_reasoning</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get prompt in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.ask.mk_prompt</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.ask.ask.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.ask.ask.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr enc not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get mid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get rt in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.ask.resolve_model</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: function ask&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.ask.ask.^^^argument^^^.chat</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function ask&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to Function &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.explain</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set explain in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.explain</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set model in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set max_chars in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt; to &lt;Node </span>                  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.int</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: module &gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.explain&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.explain&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.explain&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.explain&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set resp_text in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt; to &lt;Node </span>                  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:rishi.core.resp_text</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name resp_text to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:rishi.core.resp_text</span><span style="font-weight: bold">&gt;</span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.explain&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:rishi.core.resp_text</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get node_id in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">explain&gt;, value &lt;Node ---:vishalakshi.ask.explain.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.explain&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.ask.explain.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get max_chars in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: function</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">explain&gt;, value &lt;Node attribute:vishalakshi.ask.int</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.explain&gt; to &lt;Node </span>            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>; removing    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.explain&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.ask.int</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">explain&gt;, value &lt;Node ---:vishalakshi.ask.explain.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr read not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get node_id in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">explain&gt;, value &lt;Node ---:vishalakshi.ask.explain.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">explain&gt;, value &lt;Node ---:vishalakshi.ask.explain.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr related not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set sec in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.explain.^^^argument^^^.read</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set rel in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.explain.^^^argument^^^.related</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get model in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">explain&gt;, value &lt;Node attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.explain&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.ask.NoneType</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.explain&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">explain&gt;, value &lt;Node ---:vishalakshi.ask.explain.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr chat not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.explain.^^^argument^^^.chat</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sec in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">explain&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.explain.^^^argument^^^.read</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr get not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sec in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">explain&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.explain.^^^argument^^^.read</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get rel in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">explain&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.explain.^^^argument^^^.related</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.explain&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node </span>                                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.ask.explain.^^^argument^^^.related.__iter__</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.explain&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node </span>                                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.ask.explain.^^^argument^^^.related.__next__</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.explain.^^^argument^^^.related</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.explain.^^^argument^^^.related</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.explain.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.explain.^^^argument^^^.related</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.explain&gt; to genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.explain.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr join not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">explain&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.explain.^^^argument^^^.chat</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get resp_text in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: function</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">explain&gt;, value &lt;Node import:rishi.core.resp_text</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get split_reasoning in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module &gt;, value &lt;Node function:vishalakshi.ask.split_reasoning</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.explain&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node function:vishalakshi.ask.split_reasoning</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set answer in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt; to &lt;Node </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.split_reasoning</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set thinking in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.split_reasoning</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get node_id in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">explain&gt;, value &lt;Node ---:vishalakshi.ask.explain.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get answer in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">explain&gt;, value &lt;Node function:vishalakshi.ask.split_reasoning</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr strip not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get thinking in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">explain&gt;, value &lt;Node function:vishalakshi.ask.split_reasoning</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sec in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">explain&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.explain.^^^argument^^^.read</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get rel in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">explain&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.explain.^^^argument^^^.related</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function explain&gt;, found in &lt;Scope: module &gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> ========== pass <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span>, file <span style="color: #008000; text-decoration-color: #008000">'../vishalakshi/cli.py'</span> ==========             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#290" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">290</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Cartesian fallback: <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span> targets, <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">6</span> values, ..<span style="color: #800080; text-decoration-color: #800080">/vishalakshi/</span><span style="color: #ff00ff; text-decoration-color: #ff00ff">cli.py</span>:<span style="color: #008080; text-decoration-color: #008080; font-weight: bold">8</span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1676" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1676</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.cli.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to NAME &lt;Node </span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1620" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1620</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.cli.__all__</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.cli.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.cli.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.cli.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.cli.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.cli.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:json&gt; in &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.cli</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set json in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:json</span><span style="font-weight: bold">&gt;</span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name json to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:json</span><span style="font-weight: bold">&gt;</span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:os&gt; in &lt;Node </span>               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.cli</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set os in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:os</span><span style="font-weight: bold">&gt;</span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name os to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:os</span><span style="font-weight: bold">&gt;</span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:sys&gt; in &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.cli</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set sys in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:sys</span><span style="font-weight: bold">&gt;</span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name sys to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:sys</span><span style="font-weight: bold">&gt;</span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set cache in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:functools.cache</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name cache to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:functools.cache</span><span style="font-weight: bold">&gt;</span>               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:functools.cache</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set wraps in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name wraps to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:functools.wraps</span><span style="font-weight: bold">&gt;</span>               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set Parameter in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:inspect.Parameter</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name Parameter to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:inspect.Parameter</span><span style="font-weight: bold">&gt;</span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:inspect.Parameter</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set Signature in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:inspect.Signature</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name Signature to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:inspect.Signature</span><span style="font-weight: bold">&gt;</span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:inspect.Signature</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set signature in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:inspect.signature</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name signature to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:inspect.signature</span><span style="font-weight: bold">&gt;</span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:inspect.signature</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name L to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set anno_parser in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.script.anno_parser</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name anno_parser to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.script.anno_parser</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fastcore.script.anno_parser</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name Vault to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set acquire in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:vishalakshi.acquire</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name acquire to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire</span><span style="font-weight: bold">&gt;</span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node module:vishalakshi.acquire</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ask in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:vishalakshi.ask</span><span style="font-weight: bold">&gt;</span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name ask to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask</span><span style="font-weight: bold">&gt;</span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node module:vishalakshi.ask</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set code in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:vishalakshi.code</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name code to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code</span><span style="font-weight: bold">&gt;</span>               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node module:vishalakshi.code</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr split not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set CMDS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node attribute:str.split</span><span style="font-weight: bold">&gt;</span>            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to NAME &lt;Node </span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1620" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1620</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.cli.CMDS</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get cache in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:functools.cache</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to Function &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.vault</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.vault</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function vault&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.cli.NoneType</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function vault&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.vault&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.vault&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function vault&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">vault&gt;, value &lt;Node attribute:vishalakshi.cli.NoneType</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.vault&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node attribute:vishalakshi.cli.NoneType</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get os in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function vault&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:os</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr getenv not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get os in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function vault&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:os</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.vault&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function vault&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to Function &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set cmd in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.vault</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to Name </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node function:vishalakshi.cli.vault</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set vault_fn in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.vault</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node function:vishalakshi.cli.vault</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get name in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt;, found in &lt;Scope: function cmd&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.cli.cmd.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ---:vishalakshi.cli.cmd.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt; to &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get vault_fn in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">cmd&gt;, value &lt;Node function:vishalakshi.cli.vault</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node function:vishalakshi.cli.vault</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get name in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">cmd&gt;, value &lt;Node ---:vishalakshi.cli.cmd.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.cli.cmd.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt;, found in &lt;Scope: function cmd&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get wraps in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set g in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt; to &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt;, found in &lt;Scope: function cmd&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get signature in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:inspect.signature</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:inspect.signature</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node method:inspect.signature.__iter__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node method:inspect.signature.__next__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:inspect.signature</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:inspect.signature</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr name not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:inspect.signature</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr kind not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Parameter in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module &gt;, value &lt;Node import:inspect.Parameter</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr VAR_KEYWORD not resolved; maybe fwd  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         ref or unanalyzed import<span style="font-weight: bold">)</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:inspect.signature</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:inspect.signature</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt; to listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ps in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ps in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt;, found in &lt;Scope: function cmd&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Signature in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:inspect.Signature</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:inspect.Signature</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt;, found in &lt;Scope: function cmd&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get g in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt;, found in &lt;Scope: function cmd&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get g in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt;, found in &lt;Scope: function cmd&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get g in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt;, found in &lt;Scope: function cmd&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get g in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt;, found in &lt;Scope: function cmd&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ps in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt;, found in &lt;Scope: function cmd&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node method:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">__iter__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node method:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">__next__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr annotation not resolved; maybe fwd   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         ref or unanalyzed import<span style="font-weight: bold">)</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1019" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1019</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to defined ancestor &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>attr annotation unresolved<span style="font-weight: bold">)</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Parameter in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module &gt;, value &lt;Node import:inspect.Parameter</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr empty not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr name not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt; to dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get g in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt;, found in &lt;Scope: function cmd&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get g in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt;, found in &lt;Scope: function cmd&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get g in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function cmd&gt;, found in &lt;Scope: function cmd&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to Function &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.jsonable</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set jsonable in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.jsonable</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get o in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function jsonable&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">jsonable&gt;, value &lt;Node ---:vishalakshi.cli.jsonable.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.jsonable&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.cli.jsonable.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.jsonable&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.hasattr</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get o in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function jsonable&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">jsonable&gt;, value &lt;Node ---:vishalakshi.cli.jsonable.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.jsonable&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.jsonable&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.bytes</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.jsonable&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.jsonable&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.isinstance</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get o in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function jsonable&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">jsonable&gt;, value &lt;Node ---:vishalakshi.cli.jsonable.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.jsonable&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get o in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function jsonable&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">jsonable&gt;, value &lt;Node ---:vishalakshi.cli.jsonable.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get o in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function jsonable&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">jsonable&gt;, value &lt;Node ---:vishalakshi.cli.jsonable.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr item not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get o in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function jsonable&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">jsonable&gt;, value &lt;Node ---:vishalakshi.cli.jsonable.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get o in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function jsonable&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">jsonable&gt;, value &lt;Node ---:vishalakshi.cli.jsonable.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to Function &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.show</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set show in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.cli.show</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function show&gt;, found in &lt;Scope: function show&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.cli.show.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.show&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ---:vishalakshi.cli.show.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.show&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.show&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.isinstance</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function show&gt;, found in &lt;Scope: function show&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.cli.show.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.show&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.print</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function show&gt;, found in &lt;Scope: function show&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.cli.show.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.show&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function show&gt;, found in &lt;Scope: function show&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.cli.show.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function show&gt;, found in &lt;Scope: function show&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.cli.show.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function show&gt;, found in &lt;Scope: function show&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.cli.show.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr get not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.show&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node method:vishalakshi.cli.show.^^^argument^^^.get.__iter__</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">[08/06/26 21:10:21] </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.show&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node method:vishalakshi.cli.show.^^^argument^^^.get.__next__</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function show&gt;, found in &lt;Scope: function show&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.cli.show.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set c in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function show&gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.cli.show.^^^argument^^^.get</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get c in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function show&gt;, found in &lt;Scope: function show&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.cli.show.^^^argument^^^.get</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get c in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function show&gt;, found in &lt;Scope: function show&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.cli.show.^^^argument^^^.get</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get c in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function show&gt;, found in &lt;Scope: function show&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.cli.show.^^^argument^^^.get</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function show&gt;, found in &lt;Scope: function show&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.cli.show.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get jsonable in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function show&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.cli.jsonable</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.show&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node function:vishalakshi.cli.jsonable</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get json in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function show&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:json</span><span style="font-weight: bold">&gt;</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr dumps not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to Function &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.main</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set main in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.cli.main</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sys in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function main&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:sys</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr argv not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.main&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.len</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sys in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function main&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:sys</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get CMDS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function main&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node attribute:str.split</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.main&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node attribute:str.split</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get CMDS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function main&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node attribute:str.split</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr join not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sys in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function main&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:sys</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr stderr not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.main&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.print</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sys in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function main&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:sys</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr exit not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sys in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function main&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:sys</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.main&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1432" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1432</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node method:sys.argv.__delitem__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>del item<span style="font-weight: bold">)</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get cmd in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function main&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.main&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function main&gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function main&gt;, found in &lt;Scope: function main&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get anno_parser in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function main&gt;, found in &lt;Scope: module &gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.script.anno_parser</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.main&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:fastcore.script.anno_parser</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kw in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function main&gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.script.anno_parser</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kw in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function main&gt;, found in &lt;Scope: function main&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.script.anno_parser</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr items not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.main&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node metho</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">d:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.script.anno_parser.items.__iter__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.main&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node metho</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">d:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.script.anno_parser.items.__next__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.script.anno_parser.items</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set v in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.script.anno_parser.items</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.script.anno_parser.items</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.main.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.script.anno_parser.items</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.script.anno_parser.items</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get v in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.script.anno_parser.items</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.main&gt; to dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.main.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function main&gt;, found in &lt;Scope: function main&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get show in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function main&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node function:vishalakshi.cli.show</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.main&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node function:vishalakshi.cli.show</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> ========== pass <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span>, file <span style="color: #008000; text-decoration-color: #008000">'../vishalakshi/code.py'</span> ==========            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#290" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">290</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name AttrDict to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name L to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set Path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name Path to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name patch to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set rrf_all in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:litesearch.rrf_all</span><span style="font-weight: bold">&gt;</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name rrf_all to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:litesearch.rrf_all</span><span style="font-weight: bold">&gt;</span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:litesearch.rrf_all</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name Vault to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.kosha</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kosha in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.kosha</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set share_encoder in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt; to &lt;Node </span>                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.kosha&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.kosha&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.kosha&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set Kosha in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt; to &lt;Node import:kosha.Kosha</span><span style="font-weight: bold">&gt;</span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name Kosha to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:kosha.Kosha</span><span style="font-weight: bold">&gt;</span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.kosha&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:kosha.Kosha</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">kosha&gt;, value &lt;Node ---:vishalakshi.code.kosha.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.kosha&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ---:vishalakshi.code.kosha.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.kosha&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt;, found in &lt;Scope: function kosha&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.kosha&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt;, found in &lt;Scope: function kosha&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.kosha&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt; to &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt;, found in &lt;Scope: function kosha&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt;, found in &lt;Scope: function kosha&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt;, found in &lt;Scope: function kosha&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get share_encoder in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt;, found in &lt;Scope: </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function kosha&gt;, value &lt;Node attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.kosha&gt; to &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>; removing <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.kosha&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">kosha&gt;, value &lt;Node ---:vishalakshi.code.kosha.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">kosha&gt;, value &lt;Node ---:vishalakshi.code.kosha.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr enc not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">kosha&gt;, value &lt;Node ---:vishalakshi.code.kosha.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">kosha&gt;, value &lt;Node ---:vishalakshi.code.kosha.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr enc not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.kosha&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.kosha.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt;, found in &lt;Scope: function kosha&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.kosha&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Kosha in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">kosha&gt;, value &lt;Node import:kosha.Kosha</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">kosha&gt;, value &lt;Node ---:vishalakshi.code.kosha.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">kosha&gt;, value &lt;Node ---:vishalakshi.code.kosha.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt;, found in &lt;Scope: function kosha&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Kosha in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">kosha&gt;, value &lt;Node import:kosha.Kosha</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt; to &lt;Node import:kosha.Kosha</span><span style="font-weight: bold">&gt;</span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kosha&gt;, found in &lt;Scope: function kosha&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:kosha.Kosha</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.index_code</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set index_code in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.index_code</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt; to &lt;Node </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set graph in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set env in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt; to &lt;Node </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set verbose in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt; to &lt;Node </span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.index_code&gt; to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: module &gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.index_code&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.index_code&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.index_code&gt; to Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">index_code&gt;, value &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.index_code&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">index_code&gt;, value &lt;Node </span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.index_code.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr kosha not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.index_code.^^^argument^^^.kosha</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get env in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">index_code&gt;, value &lt;Node attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.index_code&gt; to &lt;Node </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>; removing <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.index_code&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">index_code&gt;, value &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">index_code&gt;, value &lt;Node attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get verbose in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function index_code&gt;, value &lt;Node attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get graph in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">index_code&gt;, value &lt;Node attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.index_code&gt; to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">index_code&gt;, value &lt;Node </span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.index_code.^^^argument^^^.kosha</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr sync not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">index_code&gt;, value &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">index_code&gt;, value &lt;Node attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get verbose in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function index_code&gt;, value &lt;Node attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">index_code&gt;, value &lt;Node </span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.index_code.^^^argument^^^.kosha</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr update_repo not resolved; maybe fwd  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         ref or unanalyzed import<span style="font-weight: bold">)</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get graph in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">index_code&gt;, value &lt;Node attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">index_code&gt;, value &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">index_code&gt;, value &lt;Node </span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.index_code.^^^argument^^^.kosha</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr root not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">index_code&gt;, value &lt;Node attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">index_code&gt;, value &lt;Node </span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.index_code.^^^argument^^^.kosha</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">index_code&gt;, value &lt;Node </span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.index_code.^^^argument^^^.kosha</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr graph not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function index_code&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">index_code&gt;, value &lt;Node </span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.index_code.^^^argument^^^.kosha</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr status not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.code_search</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set code_search in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.code_search</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function code_search&gt; to &lt;Node </span>                  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function code_search&gt; to &lt;Node </span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function code_search&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.code_search&gt; to Name &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function code_search&gt;, found in &lt;Scope: module </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.code_search&gt; to Name &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.code_search&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.code_search&gt; to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function code_search&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">code_search&gt;, value &lt;Node </span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.code_search.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.code_search&gt; to Name &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.code_search.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function code_search&gt;, found in &lt;Scope: function</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">code_search&gt;, value &lt;Node attribute:vishalakshi.code.int</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.code_search&gt; to &lt;Node </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>; removing   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.code_search&gt; to Name &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.code_search&gt; to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function code_search&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">code_search&gt;, value &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.code_search&gt; to Name &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function code_search&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">code_search&gt;, value &lt;Node </span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.code_search.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr kosha not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.symbol</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set symbol in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.symbol</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set depth in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function symbol&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function symbol&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function symbol&gt;, found in &lt;Scope: module &gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.symbol&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function symbol&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.symbol&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.symbol&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.symbol&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function symbol&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">symbol&gt;, value &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.symbol&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function symbol&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">symbol&gt;, value &lt;Node ---:vishalakshi.code.symbol.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr kosha not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function symbol&gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.symbol.^^^argument^^^.kosha</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get name in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function symbol&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">symbol&gt;, value &lt;Node ---:vishalakshi.code.symbol.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.symbol&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.code.symbol.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get name in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function symbol&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">symbol&gt;, value &lt;Node ---:vishalakshi.code.symbol.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function symbol&gt;, found in &lt;Scope: function symbol&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.code.symbol.^^^argument^^^.kosha</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr ni not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.symbol&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get name in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function symbol&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">symbol&gt;, value &lt;Node ---:vishalakshi.code.symbol.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get depth in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function symbol&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">symbol&gt;, value &lt;Node attribute:vishalakshi.code.int</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.symbol&gt; to &lt;Node </span>            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>; removing   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.symbol&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.code.int</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get k in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function symbol&gt;, found in &lt;Scope: function symbol&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.code.symbol.^^^argument^^^.kosha</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr neighbors not resolved; maybe fwd    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         ref or unanalyzed import<span style="font-weight: bold">)</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function symbol&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.symbol&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function symbol&gt;, found in &lt;Scope: module &gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.where_to_add</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set where_to_add in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.where_to_add</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function where_to_add&gt; to &lt;Node </span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function where_to_add&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function where_to_add&gt;, found in &lt;Scope: module &gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.where_to_add&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function where_to_add&gt;, found in &lt;Scope: module </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.where_to_add&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.where_to_add&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.where_to_add&gt; to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get description in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function where_to_add&gt;, found in &lt;Scope: </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function where_to_add&gt;, value &lt;Node </span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.where_to_add.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.where_to_add&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.where_to_add.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function where_to_add&gt;, found in &lt;Scope: </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function where_to_add&gt;, value &lt;Node attribute:vishalakshi.code.int</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.where_to_add&gt; to &lt;Node </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>; removing   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.where_to_add&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function where_to_add&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">where_to_add&gt;, value &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.where_to_add&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function where_to_add&gt;, found in &lt;Scope: function</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">where_to_add&gt;, value &lt;Node </span>                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.where_to_add.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr kosha not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.grep</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set grep in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.code.grep</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grep&gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.str</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grep&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grep&gt;, found in &lt;Scope: module &gt;, value </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.grep&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grep&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.grep&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.grep&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.grep&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set rg in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grep&gt; to &lt;Node import:rgapi.rg</span><span style="font-weight: bold">&gt;</span>            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name rg to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:rgapi.rg</span><span style="font-weight: bold">&gt;</span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.grep&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:rgapi.rg</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pattern in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grep&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">grep&gt;, value &lt;Node ---:vishalakshi.code.grep.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.grep&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ---:vishalakshi.code.grep.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grep&gt;, found in &lt;Scope: function grep&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.code.str</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.grep&gt; to &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.str&gt; resolves &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>; removing   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.grep&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node attribute:vishalakshi.code.str</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grep&gt;, found in &lt;Scope: function grep&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.code.int</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.grep&gt; to &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>; removing   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.grep&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node attribute:vishalakshi.code.int</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.grep&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get rg in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function grep&gt;, found in &lt;Scope: function grep&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:rgapi.rg</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.grep&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*._rg</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._prose</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set _prose in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._prose</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _prose&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _prose&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code._prose&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr join not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code._prose&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _prose&gt;, found in &lt;Scope: function _prose&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.code._prose.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code._prose&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.code._prose.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _prose&gt;, found in &lt;Scope: function _prose&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.code._prose.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _prose&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">_prose&gt;, value &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code._prose&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get v in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _prose&gt;, found in &lt;Scope: function _prose&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.code._prose.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr sections not resolved; maybe fwd ref <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _prose&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set _code in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _code&gt;, found in &lt;Scope: module &gt;, value </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code._code&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code._code&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code._code&gt; to Function &lt;Node </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code.row</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set row in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _code&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code.row</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.code._code.row.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr get not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code.row&gt; to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt; to &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set mod in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt; to &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt; to &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ln in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt; to &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get leg in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function _code&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.code._code.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code.row&gt; to Name &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._code.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get mod in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get mod in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code.row&gt; to Name &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ln in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ln in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get mod in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.code._code.row.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get mod in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get mod in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: function row&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function row&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code.row&gt; to Name &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get row in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _code&gt;, found in &lt;Scope: function _code&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.code._code.row</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code._code&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node function:vishalakshi.code._code.row</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get rows in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _code&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">_code&gt;, value &lt;Node ---:vishalakshi.code._code.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code._code&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ---:vishalakshi.code._code.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _code&gt;, found in &lt;Scope: module &gt;, value </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._rg</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set _rg in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.code._rg</span><span style="font-weight: bold">&gt;</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _rg&gt;, found in &lt;Scope: module &gt;, value </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code._rg&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr path not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr line_number not resolved; maybe fwd  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         ref or unanalyzed import<span style="font-weight: bold">)</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr line not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code._rg&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get matches in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _rg&gt;, found in &lt;Scope: function _rg&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.code._rg.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code._rg&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ---:vishalakshi.code._rg.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _rg&gt;, found in &lt;Scope: module &gt;, value </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set federate in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt; to &lt;Node </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set prose in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt; to &lt;Node </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set repo in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set env in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set grep in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set weights in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set per_leg in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: module </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: module &gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get per_leg in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node attribute:vishalakshi.code.int</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt; to &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>; removing   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.code.int</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.max</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt; to Function &lt;Node </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate.leg</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set leg in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate.leg</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function leg&gt;, found in &lt;Scope: function leg&gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.code.federate.leg.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate.leg&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.federate.leg.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate.leg&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.Exception</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate.leg&gt; to Name &lt;Node ???:*.type</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate.leg&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get prose in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt; to &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>; removing <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node ---:vishalakshi.code.federate.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.federate.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node ---:vishalakshi.code.federate.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node ???:*.n</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get _prose in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.code._prose</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._prose</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get leg in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node function:vishalakshi.code.federate.leg</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node function:vishalakshi.code.federate.leg</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get repo in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node ---:vishalakshi.code.federate.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.federate.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node ???:*.n</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node ---:vishalakshi.code.federate.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr kosha not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get _code in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.code._code</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get leg in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node function:vishalakshi.code.federate.leg</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get env in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node ---:vishalakshi.code.federate.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.federate.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node ???:*.n</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node ---:vishalakshi.code.federate.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr kosha not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get _code in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.code._code</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get leg in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node function:vishalakshi.code.federate.leg</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get grep in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node attribute:vishalakshi.code.bool</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node ---:vishalakshi.code.federate.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.federate.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node ???:*.n</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node ---:vishalakshi.code.federate.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr grep not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get leg in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node function:vishalakshi.code.federate.leg</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.isinstance</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt; to dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set lists in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt; to &lt;Node </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get lists in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr items not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1019" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1019</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to defined ancestor &lt;Node scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>attr items unresolved<span style="font-weight: bold">)</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">items.__iter__</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">items.__next__</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get lists in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set nm in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">items</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set rows in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">items</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get rows in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">items</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:*.enumerate.__iter__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:*.enumerate.__next__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get rows in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">items</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set i in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt; to &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt; to &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get nm in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">items</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get i in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get lists in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr values not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node attribute:vishalakshi.code.int</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get lists in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">__iter__</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">__next__</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set nm in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get nm in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get weights in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function federate&gt;, value &lt;Node attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt; to listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get rrf_all in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: module &gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:litesearch.rrf_all</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:litesearch.rrf_all</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set fused in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt; to &lt;Node </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.rrf_all</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node ---:vishalakshi.code.federate.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.code.federate.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: module </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get fused in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node import:litesearch.rrf_all</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get nm in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">items</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">items</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.isinstance</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node ???:*.len</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt; to dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get lists in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">federate&gt;, value &lt;Node scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr join not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function federate&gt;, found in &lt;Scope: module </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> ========== pass <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span>, file <span style="color: #008000; text-decoration-color: #008000">'../vishalakshi/core.py'</span> ==========            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#290" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">290</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Cartesian fallback: <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span> targets, <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">6</span> values, ..<span style="color: #800080; text-decoration-color: #800080">/vishalakshi/</span><span style="color: #ff00ff; text-decoration-color: #ff00ff">core.py</span>:<span style="color: #008080; text-decoration-color: #008080; font-weight: bold">8</span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1676" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1676</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to NAME &lt;Node </span>                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1620" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1620</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.core.__all__</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:json&gt; in &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.core</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set json in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:json</span><span style="font-weight: bold">&gt;</span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name json to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:json</span><span style="font-weight: bold">&gt;</span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:re&gt; in &lt;Node </span>               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.core</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set re in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:re</span><span style="font-weight: bold">&gt;</span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name re to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:re</span><span style="font-weight: bold">&gt;</span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:uuid&gt; in &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.core</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set uuid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:uuid</span><span style="font-weight: bold">&gt;</span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name uuid to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:uuid</span><span style="font-weight: bold">&gt;</span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:warnings&gt; in &lt;Node </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.core</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set warnings in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:warnings</span><span style="font-weight: bold">&gt;</span>            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name warnings to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:warnings</span><span style="font-weight: bold">&gt;</span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set partial in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:functools.partial</span><span style="font-weight: bold">&gt;</span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name partial to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:functools.partial</span><span style="font-weight: bold">&gt;</span>           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:functools.partial</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:numpy&gt; in &lt;Node </span>            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.core</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set np in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:numpy</span><span style="font-weight: bold">&gt;</span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name np to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:numpy</span><span style="font-weight: bold">&gt;</span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name AttrDict to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name L to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set Path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name Path to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ifnone in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:fastcore.all.ifnone</span><span style="font-weight: bold">&gt;</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name ifnone to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fastcore.all.ifnone</span><span style="font-weight: bold">&gt;</span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fastcore.all.ifnone</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name patch to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set database in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:litesearch.database</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name database to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:litesearch.database</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:litesearch.database</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set dir2files in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.dir2files</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name dir2files to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:litesearch.dir2files</span><span style="font-weight: bold">&gt;</span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:litesearch.dir2files</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set doc_encoder in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.doc_encoder</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name doc_encoder to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:litesearch.doc_encoder</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:litesearch.doc_encoder</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set query_encoder in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.query_encoder</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name query_encoder to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.query_encoder</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:litesearch.query_encoder</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set hash_embed in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.hash_embed</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name hash_embed to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:litesearch.hash_embed</span><span style="font-weight: bold">&gt;</span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:litesearch.hash_embed</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set static_embedder in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.static_embedder</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name static_embedder to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.static_embedder</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:litesearch.static_embedder</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set pdf_parse in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.pdf_parse</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name pdf_parse to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:litesearch.pdf_parse</span><span style="font-weight: bold">&gt;</span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:litesearch.pdf_parse</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set build_graph in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.build_graph</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name build_graph to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:litesearch.build_graph</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:litesearch.build_graph</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set resolve_entities in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.resolve_entities</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name resolve_entities to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.resolve_entities</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:litesearch.resolve_entities</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set DOC_EXTS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:litesearch.DOC_EXTS</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name DOC_EXTS to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:litesearch.DOC_EXTS</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:litesearch.DOC_EXTS</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Cartesian fallback: <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span> targets, <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">8</span> values, ..<span style="color: #800080; text-decoration-color: #800080">/vishalakshi/</span><span style="color: #ff00ff; text-decoration-color: #ff00ff">core.py</span>:<span style="color: #008080; text-decoration-color: #008080; font-weight: bold">19</span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1676" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1676</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set KINDS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to NAME &lt;Node </span>                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1620" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1620</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.core.KINDS</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set KINDS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set KINDS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set KINDS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set KINDS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set KINDS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set KINDS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set KINDS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get re in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:re</span><span style="font-weight: bold">&gt;</span>                                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr compile not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set _window in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node attribute:re.compile</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to NAME &lt;Node </span>                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1620" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1620</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.core._window</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get re in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:re</span><span style="font-weight: bold">&gt;</span>                                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set DFLT_ENC in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to NAME &lt;Node </span>                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1620" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1620</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.core.DFLT_ENC</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set tidy_bc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.tidy_bc&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get bc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function tidy_bc&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">tidy_bc&gt;, value &lt;Node ---:vishalakshi.core.tidy_bc.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.tidy_bc&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.core.tidy_bc.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.tidy_bc&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.map</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.tidy_bc&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:*.map.__iter__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.tidy_bc&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:*.map.__next__</span><span style="font-weight: bold">&gt;</span> <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node ???:*.map</span><span style="font-weight: bold">&gt;</span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node ???:*.map</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.tidy_bc.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node ???:*.map</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node ???:*.map</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get _window in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node attribute:re.compile</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr match not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node ???:*.map</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.tidy_bc&gt; to genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.tidy_bc.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.tidy_bc&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr join not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.kinds</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kinds in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.kinds</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kinds&gt;, found in &lt;Scope: module &gt;, value </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.kinds&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kinds&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">kinds&gt;, value &lt;Node ---:vishalakshi.core.kinds.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.kinds&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ---:vishalakshi.core.kinds.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.kinds&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.kinds&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.isinstance</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kinds&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">kinds&gt;, value &lt;Node ---:vishalakshi.core.kinds.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr split not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kinds&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">kinds&gt;, value &lt;Node ---:vishalakshi.core.kinds.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function kinds&gt;, found in &lt;Scope: module &gt;, value </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set mk_encoder in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get np in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:numpy</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr float16 not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set model in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set dims in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt; to &lt;Node </span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set offline in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt; to &lt;Node </span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.bool</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set dtype in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:numpy.float16</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get np in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:numpy</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: module</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get offline in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function mk_encoder&gt;, value &lt;Node attribute:vishalakshi.core.bool</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>; removing <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.bool</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get model in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get DFLT_ENC in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: module</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str&gt; resolves &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>; removing   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get static_embedder in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope:</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module &gt;, value &lt;Node import:litesearch.static_embedder</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.static_embedder</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.static_embedder</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node import:litesearch.static_embedder</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr encode not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set v in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:litesearch.static_embedder.encode</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get xs in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dtype in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node attribute:numpy.float16</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:numpy.float16</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get np in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:numpy</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr asarray not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.mk_encoder&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set cast in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt; to &lt;Node </span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node import:litesearch.static_embedder</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node import:litesearch.static_embedder</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get doc_encoder in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module &gt;, value &lt;Node import:litesearch.doc_encoder</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.doc_encoder</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get cast in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get m in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node import:litesearch.static_embedder</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get query_encoder in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module &gt;, value &lt;Node import:litesearch.query_encoder</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.query_encoder</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get cast in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dtype in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node attribute:numpy.float16</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:numpy.float16</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get v in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node attribute:litesearch.static_embedder.encode</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr shape not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get model in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get DFLT_ENC in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: module</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get v in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node attribute:litesearch.static_embedder.encode</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dtype in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node attribute:numpy.float16</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get np in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:numpy</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr dtype not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: module</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to Name &lt;Node ???:*.Exception</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get model in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get DFLT_ENC in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: module</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to Name &lt;Node ???:*.type</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get warnings in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: module</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node module:warnings</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr warn not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get hash_embed in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module &gt;, value &lt;Node import:litesearch.hash_embed</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.hash_embed</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dims in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>; removing   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dtype in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node attribute:numpy.float16</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get partial in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: module </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:functools.partial</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:functools.partial</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:functools.partial</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node import:functools.partial</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node import:functools.partial</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dtype in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node attribute:numpy.float16</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dims in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dims in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">mk_encoder&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function mk_encoder&gt;, found in &lt;Scope: module</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Class &lt;Node </span>                <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#496" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">496</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> class:vishalakshi.core.Vault&gt; to Function &lt;Node </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __init__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> class Vault&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Method def: setting self name <span style="color: #008000; text-decoration-color: #008000">"self"</span> to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#600" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">600</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.NoneType</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set encoder in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.NoneType</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set store in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt; to &lt;Node </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.str</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set offline in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.bool</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set dims in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.int</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node attribute:vishalakshi.core.Vault.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.NoneType</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr home not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ifnone in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: module &gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.ifnone</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.ifnone</span><span style="font-weight: bold">&gt;</span>                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> setattr self.path to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> ???:*.str</span><span style="font-weight: bold">&gt;</span>                                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1564" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1564</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get store in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node attribute:vishalakshi.core.Vault.str</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> method:vishalakshi.core.Vault.__init__&gt; to &lt;Node </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.str&gt; resolves &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>;      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.str</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> setattr self.store to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> attribute:vishalakshi.core.Vault.str</span><span style="font-weight: bold">&gt;</span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1564" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1564</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get encoder in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node attribute:vishalakshi.core.Vault.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: module </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.isinstance</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get encoder in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node attribute:vishalakshi.core.Vault.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get encoder in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node attribute:vishalakshi.core.Vault.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dims in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node attribute:vishalakshi.core.Vault.int</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> method:vishalakshi.core.Vault.__init__&gt; to &lt;Node </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>;      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.int</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get offline in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node attribute:vishalakshi.core.Vault.bool</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> method:vishalakshi.core.Vault.__init__&gt; to &lt;Node </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>;    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.bool</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get mk_encoder in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: module</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node function:vishalakshi.core.mk_encoder</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr enc not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> setattr self.dtype to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> attribute:vishalakshi.core.Vault.enc</span><span style="font-weight: bold">&gt;</span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1564" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1564</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> getattr path on self returns <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> ???:*.str</span><span style="font-weight: bold">&gt;</span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#953" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">953</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#959" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">959</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get database in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: module </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:litesearch.database</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.database</span><span style="font-weight: bold">&gt;</span>                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> setattr self.db to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:litesearch.database</span><span style="font-weight: bold">&gt;</span>                  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1564" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1564</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get store in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node attribute:vishalakshi.core.Vault.str</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> getattr dtype on self returns <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#953" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">953</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.enc</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr get_tree not resolved; maybe fwd ref <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> setattr self.g to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> attribute:litesearch.database.get_tree</span><span style="font-weight: bold">&gt;</span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1564" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1564</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __init__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__init__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> class:vishalakshi.core.Vault&gt; to Function &lt;Node </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.qv</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set qv in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> class Vault&gt; to &lt;Node </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.qv</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Method def: setting self name <span style="color: #008000; text-decoration-color: #008000">"self"</span> to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#600" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">600</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> method:vishalakshi.core.Vault.qv&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.bytes</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> method:vishalakshi.core.Vault.qv&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function qv&gt;, found in &lt;Scope: function qv&gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:vishalakshi.core.Vault.qv.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> method:vishalakshi.core.Vault.qv&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.core.Vault.qv.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function qv&gt;, found in &lt;Scope: function qv&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function qv&gt;, found in &lt;Scope: function qv&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr enc not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function qv&gt;, found in &lt;Scope: function qv&gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> getattr dtype on self returns <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#953" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">953</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.enc</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get np in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function qv&gt;, found in &lt;Scope: module &gt;, value </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:numpy</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr asarray not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> class:vishalakshi.core.Vault&gt; to Function &lt;Node </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault._where</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set _where in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> class Vault&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault._where</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Method def: setting self name <span style="color: #008000; text-decoration-color: #008000">"self"</span> to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#600" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">600</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault._where&gt; to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _where&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">_where&gt;, value &lt;Node </span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.Vault._where.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault._where&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.Vault._where.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kinds in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _where&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.core.kinds</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault._where&gt; to Name &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.kinds</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _where&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">_where&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr prefix not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _where&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">_where&gt;, value &lt;Node </span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.Vault._where.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault._where&gt; to Name &lt;Node ???:*._kw</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> class:vishalakshi.core.Vault&gt; to Function &lt;Node </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__repr__</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __repr__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> class Vault&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__repr__</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Method def: setting self name <span style="color: #008000; text-decoration-color: #008000">"self"</span> to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#600" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">600</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __repr__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__repr__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr stats not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __repr__&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.stats</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __repr__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__repr__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> getattr path on self returns <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> ???:*.str</span><span style="font-weight: bold">&gt;</span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#953" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">953</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#959" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">959</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__repr__&gt; to &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __repr__&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__repr__&gt;, value &lt;Node attribute:vishalakshi.core.Vault.stats</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __repr__&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__repr__&gt;, value &lt;Node attribute:vishalakshi.core.Vault.stats</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __repr__&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__repr__&gt;, value &lt;Node attribute:vishalakshi.core.Vault.stats</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __repr__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__repr__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function __repr__&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">__repr__&gt;, value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr enc not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core._kw</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set _kw in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.core._kw</span><span style="font-weight: bold">&gt;</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core._kw&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core._kw&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.repr</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _kw&gt;, found in &lt;Scope: function _kw&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core._kw.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core._kw&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ---:vishalakshi.core._kw.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kinds in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function _kw&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node function:vishalakshi.core.kinds</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core._kw&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node function:vishalakshi.core.kinds</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core._kw&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.map</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr join not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set add in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.core.add</span><span style="font-weight: bold">&gt;</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set source in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add&gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set meta in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add&gt; to &lt;Node </span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.bool</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pages in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add&gt;, found in &lt;Scope: function add&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.add.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ---:vishalakshi.core.add.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add&gt;, found in &lt;Scope: function add&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.add.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get source in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add&gt;, found in &lt;Scope: function add&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add&gt;, found in &lt;Scope: function add&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add&gt; to &lt;Node </span>               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str&gt; resolves &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>; removing   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node attribute:vishalakshi.core.str</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add&gt;, found in &lt;Scope: function add&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.add.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr store not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add&gt;, found in &lt;Scope: function add&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.add.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add&gt;, found in &lt;Scope: function add&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.add.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr enc not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get meta in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add&gt;, found in &lt;Scope: function add&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get force in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add&gt;, found in &lt;Scope: function add&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.bool</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add&gt; to &lt;Node </span>               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>; removing <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node attribute:vishalakshi.core.bool</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add&gt;, found in &lt;Scope: function add&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.add.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add&gt;, found in &lt;Scope: function add&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.add.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr db not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.assets</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set assets in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.assets</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set name in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function assets&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function assets&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.assets&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function assets&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.assets&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.assets&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function assets&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">assets&gt;, value &lt;Node ---:vishalakshi.core.assets.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr path not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function assets&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get name in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function assets&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">assets&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.assets&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get name in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function assets&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">assets&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_file</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set add_file in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_file</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt; to &lt;Node </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add_file&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: module &gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add_file&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add_file&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add_file&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add_file&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr suffix not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr stem not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr assets not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pdf_parse in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: module </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:litesearch.pdf_parse</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add_file&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:litesearch.pdf_parse</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add_file&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add_file&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add_file&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add_file&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr add not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr store not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr enc not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr db not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add_file.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add_file.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr get not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add_file.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add_file.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr g not resolved; maybe fwd ref or     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add_file.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_dir</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set add_dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_dir</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get DOC_EXTS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:litesearch.DOC_EXTS</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set types in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.DOC_EXTS</span><span style="font-weight: bold">&gt;</span>                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get DOC_EXTS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt;, found in &lt;Scope: module &gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:litesearch.DOC_EXTS</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add_dir&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add_dir&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add_dir&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_dir&gt;, value &lt;Node ---:vishalakshi.core.add_dir.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr add_file not resolved; maybe fwd ref <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_dir&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add_dir&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add_dir&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_dir&gt;, value &lt;Node ---:vishalakshi.core.add_dir.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add_dir&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.core.add_dir.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get types in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_dir&gt;, value &lt;Node import:litesearch.DOC_EXTS</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir2files in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt;, found in &lt;Scope: module </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:litesearch.dir2files</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.add_dir&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:litesearch.dir2files</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.note</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set note in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.core.note</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function note&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set tags in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function note&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.note&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function note&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.note&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.note&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.note&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function note&gt;, found in &lt;Scope: function note&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.note&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get text in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function note&gt;, found in &lt;Scope: function note&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.note.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr strip not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get text in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function note&gt;, found in &lt;Scope: function note&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.note.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get uuid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function note&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:uuid</span><span style="font-weight: bold">&gt;</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr uuid4 not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get tags in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function note&gt;, found in &lt;Scope: function note&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function note&gt;, found in &lt;Scope: function note&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.note.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr add not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.find</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set find in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.core.find</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.find&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.find&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.find&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.find&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.find.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.find&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ---:vishalakshi.core.find.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.find.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.find.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr qv not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.find&gt; to &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>; removing   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.find&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.find.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr store not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.find.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr dtype not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.find&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.find.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr _where not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.find&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.find.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.find.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr db not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set hits in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.find.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get hits in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.find.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.find&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node method:vishalakshi.core.find.^^^argument^^^.db.__iter__</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.find&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node method:vishalakshi.core.find.^^^argument^^^.db.__next__</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get hits in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.find.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set h in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.find.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get h in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.find.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr get not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get tidy_bc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.find&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node function:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get hits in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.find.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sections</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set sections in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sections</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt; to &lt;Node </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set per in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sections&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: module &gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sections&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sections&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sections&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node ---:vishalakshi.core.sections.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sections&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.core.sections.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node ---:vishalakshi.core.sections.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node ---:vishalakshi.core.sections.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr qv not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sections&gt; to &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>; removing   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sections&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get per in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node ---:vishalakshi.core.sections.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr store not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node ---:vishalakshi.core.sections.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr dtype not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sections&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node ---:vishalakshi.core.sections.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr _where not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sections&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node ---:vishalakshi.core.sections.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node ---:vishalakshi.core.sections.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr db not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set secs in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sections.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get secs in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sections.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sections&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:vishalakshi.core.sections.^^^argument^^^.db.__iter__</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sections&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:vishalakshi.core.sections.^^^argument^^^.db.__next__</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get secs in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sections.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sections.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sections.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr get not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get tidy_bc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: module &gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sections&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node function:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get secs in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sections.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set context in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set sections in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set related in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt; to &lt;Node </span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set max_read in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: module &gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kinds in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.core.kinds</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node function:vishalakshi.core.kinds</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get _kw in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.core._kw</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node function:vishalakshi.core._kw</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr g not resolved; maybe fwd ref or     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:vishalakshi.core.context.^^^argument^^^.g.__iter__</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:vishalakshi.core.context.^^^argument^^^.g.__next__</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function setcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function setcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">setcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.setcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; to setcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.setcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr qv not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr store not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get related in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; to &lt;Node </span>           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>; removing   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get max_read in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sections in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sections in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr db not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr doc_id not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node ???:*.keep</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr results not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sections in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr doc_id not resolved; maybe fwd ref   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node ???:*.keep</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr related not resolved; maybe fwd ref  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         or unanalyzed import<span style="font-weight: bold">)</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get related in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Cartesian fallback: <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span> targets, <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span> values, ..<span style="color: #800080; text-decoration-color: #800080">/vishalakshi/</span><span style="color: #ff00ff; text-decoration-color: #ff00ff">core.py</span>:<span style="color: #008080; text-decoration-color: #008080; font-weight: bold">207</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1676" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1676</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get tidy_bc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: module &gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node function:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr enc not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.related</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set related in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.related</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.related&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.related&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.related&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.related&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get node_id in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.related&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr g not resolved; maybe fwd ref or     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.related&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:vishalakshi.core.related.^^^argument^^^.g.__iter__</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.related&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:vishalakshi.core.related.^^^argument^^^.g.__next__</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get node_id in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.related&gt; to &lt;Node </span>           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>; removing   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.related&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr dtype not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr get not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set nid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g.get</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get nid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g.get</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get nid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g.get</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get node_id in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get nid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g.get</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get nid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g.get</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get nid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g.get</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr store not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr db not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get tidy_bc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: module &gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.related&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node function:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.related&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.related&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.len</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.read</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set read in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.core.read</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set max_chars in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function read&gt; to &lt;Node </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.read&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function read&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.read&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.read&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.read&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get node_id in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function read&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">read&gt;, value &lt;Node ---:vishalakshi.core.read.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.read&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ---:vishalakshi.core.read.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function read&gt;, found in &lt;Scope: function read&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.read.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr store not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get max_chars in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function read&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">read&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.read&gt; to &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>; removing   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.read&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function read&gt;, found in &lt;Scope: function read&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.read.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function read&gt;, found in &lt;Scope: function read&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.read.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr db not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.toc</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set toc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.core.toc</span><span style="font-weight: bold">&gt;</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.toc&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function toc&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.toc&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function toc&gt;, found in &lt;Scope: function toc&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.toc.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr store not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.toc&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function toc&gt;, found in &lt;Scope: function toc&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.toc.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function toc&gt;, found in &lt;Scope: function toc&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.toc.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr db not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.connect</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set connect in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.connect</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set resolve in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt; to &lt;Node </span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.bool</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.connect&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.connect&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.connect&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr g not resolved; maybe fwd ref or     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.connect&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set chunks in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt; to &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get chunks in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr store not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr enc not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr dtype not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr db not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get chunks in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.connect&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get build_graph in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: module</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:litesearch.build_graph</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.connect&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:litesearch.build_graph</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set res in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.build_graph</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get resolve in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node attribute:vishalakshi.core.bool</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.connect&gt; to &lt;Node </span>           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.bool&gt; resolves &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>; removing <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.connect&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.core.bool</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get res in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node import:litesearch.build_graph</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get resolve_entities in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module &gt;, value &lt;Node import:litesearch.resolve_entities</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.connect&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:litesearch.resolve_entities</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set res in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt; to &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get res in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.map</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set map in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.core.map</span><span style="font-weight: bold">&gt;</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set min_count in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function map&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function map&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.map&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function map&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.map&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.map&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get min_count in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function map&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">map&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.map&gt; to &lt;Node </span>               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int&gt; resolves &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>; removing   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.map&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function map&gt;, found in &lt;Scope: function map&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.map.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr dtype not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.map&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function map&gt;, found in &lt;Scope: function map&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.map.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function map&gt;, found in &lt;Scope: function map&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.map.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function map&gt;, found in &lt;Scope: function map&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.map.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr g not resolved; maybe fwd ref or     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sources</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set sources in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sources</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sources&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sources&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sources&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sources&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sources&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kinds in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.core.kinds</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sources&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node function:vishalakshi.core.kinds</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sources&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get _kw in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.core._kw</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sources&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node function:vishalakshi.core._kw</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sources&gt;, value &lt;Node ---:vishalakshi.core.sources.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sources&gt;, value &lt;Node ---:vishalakshi.core.sources.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr g not resolved; maybe fwd ref or     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set rows in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sources.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get d in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.sources.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.sources.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.sources.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get d in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.sources.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get json in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:json</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr loads not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.sources.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sources&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.sources.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get rows in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sources&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sources.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.forget</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set forget in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.forget</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function forget&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.forget&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.forget&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get doc_id in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function forget&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">forget&gt;, value &lt;Node ---:vishalakshi.core.forget.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.forget&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.core.forget.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function forget&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">forget&gt;, value &lt;Node ---:vishalakshi.core.forget.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr store not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function forget&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">forget&gt;, value &lt;Node ---:vishalakshi.core.forget.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function forget&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">forget&gt;, value &lt;Node ---:vishalakshi.core.forget.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr db not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to Function &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.stats</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set stats in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.stats</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.stats&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.stats&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr g not resolved; maybe fwd ref or     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr db not resolved; maybe fwd ref or    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">[08/06/26 21:10:22] </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.stats.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set t in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.stats.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function stats&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.stats.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get t in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function stats&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.stats.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get t in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function stats&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.stats.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function stats&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.stats.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function stats&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.stats.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.stats&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node method:vishalakshi.core.stats.^^^argument^^^.db.__iter__</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.stats&gt; to</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1160" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1160</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node method:vishalakshi.core.stats.^^^argument^^^.db.__next__</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">(</span>iteration<span style="font-weight: bold">)</span>                                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.stats.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.stats.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.stats.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.stats.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.stats.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.stats&gt; to dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.stats.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr enc not resolved; maybe fwd ref or   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr path not resolved; maybe fwd ref or  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> ========== pass <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span>, file <span style="color: #008000; text-decoration-color: #008000">'../vishalakshi/mcp.py'</span> ==========             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#290" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">290</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Cartesian fallback: <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span> targets, <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">4</span> values, ..<span style="color: #800080; text-decoration-color: #800080">/vishalakshi/</span><span style="color: #ff00ff; text-decoration-color: #ff00ff">mcp.py</span>:<span style="color: #008080; text-decoration-color: #008080; font-weight: bold">8</span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1676" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1676</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.mcp.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.mcp&gt; to NAME &lt;Node </span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1620" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1620</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.mcp.__all__</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.mcp.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.mcp.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.mcp.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:json&gt; in &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.mcp</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set json in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:json</span><span style="font-weight: bold">&gt;</span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name json to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:json</span><span style="font-weight: bold">&gt;</span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:sys&gt; in &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.mcp</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set sys in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:sys</span><span style="font-weight: bold">&gt;</span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name sys to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:sys</span><span style="font-weight: bold">&gt;</span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set wraps in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name wraps to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:functools.wraps</span><span style="font-weight: bold">&gt;</span>               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.mcp&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set cmd in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name cmd to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.mcp&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set jsonable in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.jsonable</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name jsonable to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.jsonable</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.mcp&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node function:vishalakshi.cli.jsonable</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.vault</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name vault to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.vault</span><span style="font-weight: bold">&gt;</span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.mcp&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node function:vishalakshi.cli.vault</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set FastMCP in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:mcp.server.fastmcp.FastMCP</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name FastMCP to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:mcp.server.fastmcp.FastMCP</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.mcp&gt; to </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#853" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">853</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ImportFrom &lt;Node import:mcp.server.fastmcp.FastMCP</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.mcp&gt; to Name </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ???:*.ImportError</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.mcp&gt; to Name </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ???:*.e</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr split not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set TOOLS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node attribute:str.split</span><span style="font-weight: bold">&gt;</span>           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.mcp&gt; to NAME &lt;Node </span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1620" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1620</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.mcp.TOOLS</span><span style="font-weight: bold">&gt;</span>                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get FastMCP in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:mcp.server.fastmcp.FastMCP</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set mcp in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:mcp.server.fastmcp.FastMCP</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.mcp&gt; to NAME &lt;Node </span>                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1620" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1620</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.mcp.mcp</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get FastMCP in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:mcp.server.fastmcp.FastMCP</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.mcp&gt; to Function &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#562" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">562</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set as_tool in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.mcp.as_tool&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get name in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as_tool&gt;, value &lt;Node ---:vishalakshi.mcp.as_tool.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.mcp.as_tool&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ---:vishalakshi.mcp.as_tool.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get cmd in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.mcp.as_tool&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.mcp.as_tool.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as_tool&gt;, value &lt;Node function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.mcp.as_tool.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get jsonable in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node function:vishalakshi.cli.jsonable</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.mcp.as_tool.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to Name &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.jsonable</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get json in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:json</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr dumps not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get json in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:json</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">{</span>from_node<span style="font-weight: bold">}</span> to <span style="font-weight: bold">{</span>to_node<span style="font-weight: bold">}</span> <span style="font-weight: bold">(</span>target obj      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1007" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1007</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="font-weight: bold">{</span>obj_node<span style="font-weight: bold">}</span> known but target attr loads not resolved; maybe fwd ref or <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         unanalyzed import<span style="font-weight: bold">)</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Def from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.mcp.as_tool&gt; to lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000"> &lt;Node </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">anutils.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/anutils.py#557" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">557</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.mcp.as_tool.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">              </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as_tool&gt;, value &lt;Node function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get wraps in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.mcp.as_tool&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set g in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt; to &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

    IOPub message rate exceeded.
    The Jupyter server will temporarily stop sending output
    to the client in order to avoid crashing it.
    To change this limit, set the config variable
    `--ServerApp.iopub_msg_rate_limit`.

    Current values:
    ServerApp.iopub_msg_rate_limit=1000.0 (msgs/sec)
    ServerApp.rate_limit_window=3.0 (secs)

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Path in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get pdf_parse in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: module </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:litesearch.pdf_parse</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node import:fastcore.all.Path</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add_file.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add_file.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add_file.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add_file.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node ---:vishalakshi.core.add_file.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_file&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_file&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add_file.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set add_dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_dir</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get DOC_EXTS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:litesearch.DOC_EXTS</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set types in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.DOC_EXTS</span><span style="font-weight: bold">&gt;</span>                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get DOC_EXTS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt;, found in &lt;Scope: module &gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:litesearch.DOC_EXTS</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_dir&gt;, value &lt;Node ---:vishalakshi.core.add_dir.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_dir&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_dir&gt;, value &lt;Node ---:vishalakshi.core.add_dir.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get types in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">add_dir&gt;, value &lt;Node import:litesearch.DOC_EXTS</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get dir2files in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function add_dir&gt;, found in &lt;Scope: module </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:litesearch.dir2files</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set note in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.core.note</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function note&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set tags in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function note&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function note&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get title in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function note&gt;, found in &lt;Scope: function note&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get text in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function note&gt;, found in &lt;Scope: function note&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.note.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get text in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function note&gt;, found in &lt;Scope: function note&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.note.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get uuid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function note&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:uuid</span><span style="font-weight: bold">&gt;</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get tags in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function note&gt;, found in &lt;Scope: function note&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function note&gt;, found in &lt;Scope: function note&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.note.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set find in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.core.find</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.find&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.find.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.find.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.find.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.find.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.find.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.find.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.find.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.find.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set hits in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.find.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get hits in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.find.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get hits in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.find.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set h in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.find.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get h in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.find.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get tidy_bc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get hits in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function find&gt;, found in &lt;Scope: function find&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.find.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set sections in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sections</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt; to &lt;Node </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set per in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: module &gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.sections&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node ---:vishalakshi.core.sections.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node ---:vishalakshi.core.sections.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node ---:vishalakshi.core.sections.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get per in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node ---:vishalakshi.core.sections.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node ---:vishalakshi.core.sections.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node ---:vishalakshi.core.sections.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node ---:vishalakshi.core.sections.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node ---:vishalakshi.core.sections.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set secs in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sections.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get secs in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sections.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get secs in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sections.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt; to &lt;Node </span>                         <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sections.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get s in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sections.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get tidy_bc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: module &gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get secs in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sections&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sections&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sections.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set context in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set sections in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set related in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt; to &lt;Node </span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set max_read in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt; to &lt;Node </span>                   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: module &gt;,</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kinds in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.core.kinds</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get _kw in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.core._kw</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function setcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function setcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">setcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get q in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get related in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get max_read in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sections in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sections in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sections in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get related in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Cartesian fallback: <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span> targets, <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span> values, ..<span style="color: #800080; text-decoration-color: #800080">/vishalakshi/</span><span style="color: #ff00ff; text-decoration-color: #ff00ff">core.py</span>:<span style="color: #008080; text-decoration-color: #008080; font-weight: bold">207</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1676" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1676</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get tidy_bc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: module &gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node ---:vishalakshi.core.context.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get ctx in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function context&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">context&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set related in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.related</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.related&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get node_id in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get node_id in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set nid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g.get</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get nid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g.get</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get nid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g.get</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get node_id in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get nid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g.get</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get nid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g.get</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get nid in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g.get</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node ---:vishalakshi.core.related.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get tidy_bc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: module &gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get n in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get limit in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">related&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function related&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set read in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.core.read</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set max_chars in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function read&gt; to &lt;Node </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function read&gt;, found in &lt;Scope: module &gt;, value</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.read&gt; to </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get node_id in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function read&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">read&gt;, value &lt;Node ---:vishalakshi.core.read.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function read&gt;, found in &lt;Scope: function read&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.read.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get max_chars in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function read&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">read&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function read&gt;, found in &lt;Scope: function read&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.read.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function read&gt;, found in &lt;Scope: function read&gt;, </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.read.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set toc in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.core.toc</span><span style="font-weight: bold">&gt;</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function toc&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function toc&gt;, found in &lt;Scope: function toc&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.toc.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function toc&gt;, found in &lt;Scope: function toc&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.toc.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function toc&gt;, found in &lt;Scope: function toc&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.toc.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set connect in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.connect</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set resolve in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt; to &lt;Node </span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.bool</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.connect&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to Name &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set chunks in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt; to &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get chunks in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get chunks in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ???:*.list</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get build_graph in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: module</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node import:litesearch.build_graph</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set res in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt; to &lt;Node </span>                        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.build_graph</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get resolve in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node attribute:vishalakshi.core.bool</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get res in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node import:litesearch.build_graph</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ---:vishalakshi.core.connect.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get resolve_entities in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module &gt;, value &lt;Node import:litesearch.resolve_entities</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set res in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt; to &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get res in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function connect&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">connect&gt;, value &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set map in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.core.map</span><span style="font-weight: bold">&gt;</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set min_count in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function map&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get AttrDict in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function map&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:fastcore.all.AttrDict</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function map&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.map&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1053" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1053</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">Name &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get min_count in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function map&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">map&gt;, value &lt;Node attribute:vishalakshi.core.int</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function map&gt;, found in &lt;Scope: function map&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.map.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function map&gt;, found in &lt;Scope: function map&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.map.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function map&gt;, found in &lt;Scope: function map&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.map.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function map&gt;, found in &lt;Scope: function map&gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node ---:vishalakshi.core.map.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set sources in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sources</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sources&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kinds in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.core.kinds</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get kind in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sources&gt;, value &lt;Node attribute:vishalakshi.core.NoneType</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get _kw in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.core._kw</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sources&gt;, value &lt;Node ---:vishalakshi.core.sources.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sources&gt;, value &lt;Node ---:vishalakshi.core.sources.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set rows in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sources.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get d in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.sources.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get d in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.sources.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get json in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:json</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get rows in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">sources&gt;, value &lt;Node </span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sources.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get L in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function sources&gt;, found in &lt;Scope: module &gt;, value </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set forget in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.forget</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function forget&gt;, found in &lt;Scope: module &gt;, </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get doc_id in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function forget&gt;, found in &lt;Scope: function </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">forget&gt;, value &lt;Node ---:vishalakshi.core.forget.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function forget&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">forget&gt;, value &lt;Node ---:vishalakshi.core.forget.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function forget&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">forget&gt;, value &lt;Node ---:vishalakshi.core.forget.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function forget&gt;, found in &lt;Scope: function </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">forget&gt;, value &lt;Node ---:vishalakshi.core.forget.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get patch in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set stats in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.stats</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get Vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node class:vishalakshi.core.Vault</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.stats.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set t in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.stats.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function stats&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.stats.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get t in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function stats&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.stats.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get t in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function stats&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.stats.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function stats&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.stats.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get p in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function stats&gt;, </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node attribute:vishalakshi.core.stats.^^^argument^^^.g</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.stats.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.stats.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get r in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node </span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.stats.^^^argument^^^.db</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get self in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function stats&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">stats&gt;, value &lt;Node ---:vishalakshi.core.stats.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> ========== pass <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span>, file <span style="color: #008000; text-decoration-color: #008000">'../vishalakshi/mcp.py'</span> ==========             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#290" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">290</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Cartesian fallback: <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span> targets, <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">4</span> values, ..<span style="color: #800080; text-decoration-color: #800080">/vishalakshi/</span><span style="color: #ff00ff; text-decoration-color: #ff00ff">mcp.py</span>:<span style="color: #008080; text-decoration-color: #008080; font-weight: bold">8</span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#1676" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">1676</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.mcp.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.mcp.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.mcp.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set __all__ in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.mcp.str</span><span style="font-weight: bold">&gt;</span>                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:json&gt; in &lt;Node </span>             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.mcp</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set json in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:json</span><span style="font-weight: bold">&gt;</span>                    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name json to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:json</span><span style="font-weight: bold">&gt;</span>                           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> New edge added for Use import <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:sys&gt; in &lt;Node </span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#914" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">914</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.mcp</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">               </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set sys in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node module:sys</span><span style="font-weight: bold">&gt;</span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name sys to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:sys</span><span style="font-weight: bold">&gt;</span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#916" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">916</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set wraps in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name wraps to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:functools.wraps</span><span style="font-weight: bold">&gt;</span>               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set cmd in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name cmd to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set jsonable in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                            <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.jsonable</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name jsonable to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.jsonable</span><span style="font-weight: bold">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set vault in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                               <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.vault</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name vault to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.vault</span><span style="font-weight: bold">&gt;</span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set FastMCP in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:mcp.server.fastmcp.FastMCP</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> From setting name FastMCP to <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> import:mcp.server.fastmcp.FastMCP</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#849" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">849</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set TOOLS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node attribute:str.split</span><span style="font-weight: bold">&gt;</span>           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get FastMCP in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:mcp.server.fastmcp.FastMCP</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set mcp in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                                 <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:mcp.server.fastmcp.FastMCP</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get FastMCP in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:mcp.server.fastmcp.FastMCP</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set as_tool in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node </span>                             <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get name in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as_tool&gt;, value &lt;Node ---:vishalakshi.mcp.as_tool.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get cmd in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt; to &lt;Node </span>                          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: function </span>       <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as_tool&gt;, value &lt;Node function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get jsonable in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt;, value &lt;Node function:vishalakshi.cli.jsonable</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get json in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:json</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get json in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node module:json</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as_tool&gt;, value &lt;Node function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get wraps in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: module &gt;, </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set g in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt; to &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as_tool&gt;, value &lt;Node function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as_tool&gt;, value &lt;Node function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get f in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as_tool&gt;, value &lt;Node function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get g in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as_tool&gt;, value &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get g in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as_tool&gt;, value &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get g in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as_tool&gt;, value &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get g in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as_tool&gt;, value &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get g in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as_tool&gt;, value &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get g in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as_tool&gt;, value &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get g in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: function </span>        <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as_tool&gt;, value &lt;Node import:functools.wraps</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get name in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: function </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as_tool&gt;, value &lt;Node ---:vishalakshi.mcp.as_tool.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get mcp in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function as_tool&gt;, found in &lt;Scope: module &gt;, </span>     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">value &lt;Node import:mcp.server.fastmcp.FastMCP</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get TOOLS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:str.split</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get TOOLS in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:str.split</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set _t in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node attribute:str.split</span><span style="font-weight: bold">&gt;</span>              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get _t in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value &lt;Node </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:str.split</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get as_tool in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt;, found in &lt;Scope: module &gt;, value </span>    <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node function:vishalakshi.mcp.as_tool</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Set main in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> module &gt; to &lt;Node function:vishalakshi.mcp.main</span><span style="font-weight: bold">&gt;</span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2065" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2065</span></a>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get sys in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function main&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:sys</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Get mcp in <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Scope:</span><span style="color: #000000; text-decoration-color: #000000"> function main&gt;, found in &lt;Scope: module &gt;, value </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2042" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2042</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:mcp.server.fastmcp.FastMCP</span><span style="font-weight: bold">&gt;</span>                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node module:json&gt; as &lt;Node ---:*.json</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node import:fastcore.all.AttrDict&gt; as &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node module:re&gt; as &lt;Node ---:*.re</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node import:litesearch.code_exts&gt; as &lt;Node ---:*.code_exts</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node import:litesearch.pdf_parse&gt; as &lt;Node ---:*.pdf_parse</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node module:uuid&gt; as &lt;Node ---:*.uuid</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node import:urllib.parse.urlparse&gt; as &lt;Node ---:*.urlparse</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node module:time&gt; as &lt;Node ---:*.time</span><span style="font-weight: bold">&gt;</span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.acquire&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node import:fastcore.all.Path&gt; as &lt;Node ---:*.Path</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.clip&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.clip&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.clip.^^^argument^^^&gt; as &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.clip&gt; to &lt;Node attribute:re.sub&gt; as </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.sub</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.md_title&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:re.search.group&gt; as &lt;Node ---:*.group</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.md_title&gt; to &lt;Node attribute:re.M&gt; </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.M</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.md_title&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str&gt; as &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.md_title&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.md_title.^^^argument^^^&gt; as &lt;Node </span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.md_title&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:re.search&gt; as &lt;Node ---:*.search</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.url&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.url&gt; to &lt;Node attribute:time.time&gt; </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.time</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.url&gt; to &lt;Node import:fossick.to_md&gt; </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.to_md</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.url&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.url&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str&gt; as &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.url&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.url&gt; to &lt;Node import:fossick.fetch&gt; </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.fetch</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.url&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.url.^^^argument^^^&gt; as &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.url&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:urllib.parse.urlparse&gt; as &lt;Node ---:*.urlparse</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.url&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.url.^^^argument^^^.add&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.add</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.crawl&gt; as &lt;Node ---:*.crawl</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.to_md&gt; as &lt;Node ---:*.to_md</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.crawl.^^^argument^^^&gt; as &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">metho</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">d:f</span><span style="color: #000000; text-decoration-color: #000000">ossick.crawl.__iter__&gt; as &lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">metho</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">d:f</span><span style="color: #000000; text-decoration-color: #000000">ossick.crawl.__next__&gt; as &lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">metho</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">d:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.L.__iter__&gt; as &lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">metho</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">d:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.L.__next__&gt; as &lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.to_md&gt; as &lt;Node ---:*.to_md</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.crawl&gt; as &lt;Node ---:*.crawl</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:f</span><span style="color: #000000; text-decoration-color: #000000">ossick.crawl.url&gt; as &lt;Node ---:*.url</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:time.time&gt; as &lt;Node ---:*.time</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.L.strip&gt; as &lt;Node ---:*.strip</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.crawl.^^^argument^^^&gt; as &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.crawl.^^^argument^^^.add&gt; as &lt;Node </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.add</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.web.^^^argument^^^&gt; as &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict&gt; as &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt; to &lt;Node import:fastcore.all.L&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.L.map&gt; as &lt;Node ???:*.map</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.research&gt; as &lt;Node ---:*.research</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:time.time&gt; as &lt;Node ---:*.time</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.web.^^^argument^^^.add&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.add</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.web.^^^argument^^^&gt; as &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.arxiv&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.arxiv.^^^argument^^^.assets&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.assets</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.arxiv&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.arxiv&gt; to &lt;Node attribute:time.time&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.time</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.arxiv&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.arxiv&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.arxiv&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.arxiv.^^^argument^^^&gt; as &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.arxiv&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:f</span><span style="color: #000000; text-decoration-color: #000000">ossick.read_arxiv.get&gt; as &lt;Node ---:*.get</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.arxiv&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.arxiv.^^^argument^^^.add&gt; as &lt;Node </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.add</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.arxiv&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.read_arxiv&gt; as &lt;Node ---:*.read_arxiv</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pdf&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.Path&gt; as &lt;Node ---:*.Path</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pdf&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.pdf.^^^argument^^^&gt; as &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pdf&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pdf&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.pdf.^^^argument^^^.assets&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.assets</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pdf&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.pdf_parse&gt; as &lt;Node ---:*.pdf_parse</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pdf&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pdf&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.pdf.^^^argument^^^.rsplit&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.rsplit</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pdf&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pdf&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.pdf.^^^argument^^^.add_file&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.add_file</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pdf&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.Path.exists&gt; as &lt;Node ---:*.exists</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pdf&gt; to &lt;Node attribute:time.time&gt; </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.time</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pdf&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.pdf.^^^argument^^^.add&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.add</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pdf&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.get_pdf&gt; as &lt;Node ---:*.get_pdf</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.youtube&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:f</span><span style="color: #000000; text-decoration-color: #000000">ossick.read_yt.get&gt; as &lt;Node ---:*.get</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.youtube&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:time.time&gt; as &lt;Node ---:*.time</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.youtube&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.read_yt&gt; as &lt;Node ---:*.read_yt</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.youtube&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.youtube.^^^argument^^^.add&gt; as </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.add</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.youtube&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.youtube&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.youtube&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.youtube.^^^argument^^^&gt; as &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.grab&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.Path.is_dir&gt; as &lt;Node ---:*.is_dir</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.grab&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.grab.^^^argument^^^.startswith&gt; as </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.startswith</span><span style="font-weight: bold">&gt;</span>                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.grab&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.Path&gt; as &lt;Node ---:*.Path</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.grab&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:re.fullmatch&gt; as &lt;Node ---:*.fullmatch</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.grab&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.grab.^^^argument^^^.arxiv&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.arxiv</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.grab&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.grab.^^^argument^^^.youtube&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.youtube</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.grab&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.grab.^^^argument^^^.lower&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.lower</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.grab&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.grab.^^^argument^^^.add_dir&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.add_dir</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.grab&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.grab.^^^argument^^^.add_file&gt; as </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.add_file</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.grab&gt; to &lt;Node attribute:re.search&gt; </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.search</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.grab&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.grab.^^^argument^^^&gt; as &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.grab&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.grab&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.grab.^^^argument^^^.url&gt; as &lt;Node </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.url</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.grab&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.grab&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.grab.^^^argument^^^.pdf&gt; as &lt;Node </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.pdf</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.grab&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.Path.exists&gt; as &lt;Node ---:*.exists</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.code&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.code_exts&gt; as &lt;Node ---:*.code_exts</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.code&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.code&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.code&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.code.^^^argument^^^&gt; as &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.code&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.code.^^^argument^^^.add_dir&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.add_dir</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records.^^^argument^^^&gt; as &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.records.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.records.walk.^^^argument^^^.values&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.values</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records.walk.^^^argument^^^&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.acquire.records.walk.^^^argument^^^.values.__n</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ext__&gt; as &lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.acquire.records.walk.^^^argument^^^.values.__i</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ter__&gt; as &lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.acquire.records.walk.^^^argument^^^.__iter__&gt; </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.acquire.records.walk.^^^argument^^^.__next__&gt; </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records.walk.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records.walk.^^^argument^^^&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:str.join&gt; as &lt;Node ---:*.join</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">metho</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">d:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.L.__next__&gt; as &lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">metho</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">d:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.L.__iter__&gt; as &lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.^^^argument^^^&gt; as &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt; to &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.ttl.^^^argument^^^&gt; as &lt;Node </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt; to &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.acquire.records_md.^^^argument^^^.__next__&gt; as</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt; to &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.acquire.records_md.^^^argument^^^.__iter__&gt; as</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt; to &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:json.dumps&gt; as &lt;Node ---:*.dumps</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt; to &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.^^^argument^^^&gt; as &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.ttl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.ttl.^^^argument^^^&gt; as &lt;Node </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.ttl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.^^^argument^^^&gt; as &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.ttl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.records_md.ttl.^^^argument^^^.get&gt; </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.get</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.records_md.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^&gt; as </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:json.dumps&gt; as &lt;Node ---:*.dumps</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.find_xhr&gt; as &lt;Node ---:*.find_xhr</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.apis.^^^argument^^^&gt; as &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:*.enumerate.__next__&gt; as &lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str&gt; as &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.apis.^^^argument^^^._caps&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*._caps</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:*.enumerate.__iter__&gt; as &lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict&gt; as &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:json.dumps&gt; as &lt;Node ---:*.dumps</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:urllib.parse.urlparse&gt; as &lt;Node ---:*.urlparse</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str&gt; as &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.paginate_api&gt; as &lt;Node ---:*.paginate_api</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.harvest.^^^argument^^^.apis&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.apis</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.harvest.^^^argument^^^._caps&gt; as </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*._caps</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fossick.replay_xhr&gt; as &lt;Node ---:*.replay_xhr</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:time.time&gt; as &lt;Node ---:*.time</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.harvest.^^^argument^^^&gt; as &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.harvest.^^^argument^^^.add_records&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.add_records</span><span style="font-weight: bold">&gt;</span>                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.harvest.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.harvest.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^.rec</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">ords&gt; as &lt;Node ---:*.records</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.add_records.^^^argument^^^&gt; as &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str&gt; as &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.add_records&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.add_records.^^^argument^^^.add&gt; as </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.add</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.secs&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.secs.^^^argument^^^&gt; as &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.secs&gt; to &lt;Node module:pandas&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.pandas</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.secs&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:pandas.Timedelta&gt; as &lt;Node ---:*.Timedelta</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire._w&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire._w&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire._w.^^^argument^^^.db.create&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.create</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire._w&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire._w.^^^argument^^^.db&gt; as &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.db</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watch&gt; to &lt;Node attribute:time.time&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.time</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watch&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.watch.^^^argument^^^._w&gt; as &lt;Node </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*._w</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watch&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watch&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:uuid.uuid4&gt; as &lt;Node ---:*.uuid4</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watch&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.watch.^^^argument^^^&gt; as &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watch&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watch&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:json.dumps&gt; as &lt;Node ---:*.dumps</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watch&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.str&gt; as &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:time.time&gt; as &lt;Node ---:*.time</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.watches.^^^argument^^^._w&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*._w</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.watches.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.watches.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.watches.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:json.loads&gt; as &lt;Node ---:*.loads</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.unwatch&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.unwatch.^^^argument^^^._w&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*._w</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.unwatch&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.unwatch.^^^argument^^^&gt; as &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.unwatch&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pause&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.pause.^^^argument^^^&gt; as &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pause&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pause&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.pause&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.pause.^^^argument^^^._w&gt; as &lt;Node </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*._w</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.run_watch.^^^argument^^^._w&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*._w</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.run_watch.^^^argument^^^.get&gt; as </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.get</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:time.time&gt; as &lt;Node ---:*.time</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.run_watch.^^^argument^^^&gt; as &lt;Node </span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.run_watch.^^^argument^^^.note&gt; as </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.note</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.run_watch&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.run_watch.str&gt; as &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.poll&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.poll&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.poll.^^^argument^^^.watches&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.watches</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.poll&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.poll.^^^argument^^^.connect&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.connect</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.poll&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.poll.^^^argument^^^.run_watch&gt; as </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.run_watch</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.poll&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.acquire.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.poll&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.poll.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.acquire.poll.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:warnings&gt; as &lt;Node ---:*.warnings</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.AttrDict&gt; as &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:re&gt; as &lt;Node ---:*.re</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:os&gt; as &lt;Node ---:*.os</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node attribute:os.getenv&gt; as &lt;Node ---:*.getenv</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node attribute:vishalakshi.ask.str&gt; as &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.resolve_model&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:rishi.core.resolve_runtime&gt; as &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.resolve_runtime</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.resolve_model&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.ask.mk_prompt.^^^argument^^^.related.__iter__&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt; to &lt;Node attribute:str.join&gt; </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.join</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.ask.mk_prompt.^^^argument^^^.related.__next__&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.mk_prompt.^^^argument^^^.results&gt; as </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.results</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:*.enumerate.__next__&gt; as &lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.ask.mk_prompt.^^^argument^^^&gt; as &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.mk_prompt.^^^argument^^^.related&gt; as </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.related</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.L.append&gt; as &lt;Node ---:*.append</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:*.enumerate.__iter__&gt; as &lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt.sec&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.mk_prompt.sec.^^^argument^^^.pages&gt; as </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.pages</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt.sec&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.mk_prompt.sec.^^^argument^^^.doc_id&gt; as</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.doc_id</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt.sec&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.mk_prompt.sec.^^^argument^^^.filename&gt; </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.filename</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt.sec&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.mk_prompt.sec.^^^argument^^^.breadcrumb</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt; as &lt;Node ---:*.breadcrumb</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt.sec&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.ask.mk_prompt.sec.^^^argument^^^&gt; as &lt;Node </span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt.sec&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.mk_prompt.sec.^^^argument^^^.text&gt; as </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.text</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt.sec&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.mk_prompt.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.mk_prompt.^^^argument^^^.related.breadc</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">rumb&gt; as &lt;Node ---:*.breadcrumb</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.mk_prompt.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.mk_prompt.^^^argument^^^.related.via&gt; </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.via</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.split_reasoning&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:rishi.core.split_think.partition.strip&gt; as &lt;Node </span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.strip</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.split_reasoning&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:str.join&gt; as &lt;Node ---:*.join</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.split_reasoning&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:rishi.core.split_think.partition&gt; as &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.partition</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.split_reasoning&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.split_reasoning&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.ask.split_reasoning.^^^argument^^^&gt; as &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.split_reasoning&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:rishi.core.split_think&gt; as &lt;Node ---:*.split_think</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.ask.cited.^^^argument^^^&gt; as &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt; to &lt;Node import:fastcore.all.L&gt; </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:re.findall.__iter__&gt; as &lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt; to &lt;Node attribute:re.findall&gt; as</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.findall</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:re.findall.__next__&gt; as &lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt; to &lt;Node method:*.dict.__iter__&gt; </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt; to &lt;Node method:*.dict.__next__&gt; </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:re.findall&gt; as &lt;Node ---:*.findall</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited.one&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.cited.one.^^^argument^^^.doc_id&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.doc_id</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited.one&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.cited.one.^^^argument^^^.filename&gt; as </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.filename</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited.one&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.cited.one.^^^argument^^^.title&gt; as </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.title</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited.one&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.cited.one.^^^argument^^^.node_id&gt; as </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.node_id</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited.one&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.cited.one.^^^argument^^^.breadcrumb&gt; as</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.breadcrumb</span><span style="font-weight: bold">&gt;</span>                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited.one&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.ask.cited.one.^^^argument^^^&gt; as &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.ask.cited.^^^argument^^^&gt; as &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.chat&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.ask.chat.^^^argument^^^&gt; as &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.chat&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.chat.^^^argument^^^._chat&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*._chat</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.chat&gt; to &lt;Node import:rishi.core.Chat&gt; </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.Chat</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.chat&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.chat&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.chat&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.str&gt; as &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node ---:vishalakshi.ask.ask.^^^argument^^^&gt; as &lt;Node </span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node attribute:vishalakshi.ask.split_reasoning.strip&gt; as </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.strip</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node </span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.ask.^^^argument^^^.context.results&gt; as </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.results</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node attribute:vishalakshi.ask.NoneType&gt; as &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.NoneType</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node attribute:vishalakshi.ask.ask.^^^argument^^^.enc&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.enc</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node attribute:vishalakshi.ask.ask.^^^argument^^^.context&gt; as</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.context</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node attribute:vishalakshi.ask.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node attribute:vishalakshi.ask.ask.^^^argument^^^.chat&gt; as </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.chat</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node import:fastcore.all.AttrDict&gt; as &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node import:rishi.core.resp_text&gt; as &lt;Node ---:*.resp_text</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node attribute:vishalakshi.ask.str&gt; as &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.ask&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node attribute:vishalakshi.ask.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.explain&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.split_reasoning.strip&gt; as &lt;Node </span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.strip</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.explain&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.ask.explain.^^^argument^^^.related.__iter__&gt; </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.explain&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.explain&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.explain.^^^argument^^^.related&gt; as </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.related</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.explain&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.ask.explain.^^^argument^^^.related.__next__&gt; </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.explain&gt; to &lt;Node attribute:str.join&gt; as</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.join</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.explain&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.ask.explain.^^^argument^^^&gt; as &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.explain&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.explain&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.explain&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.explain.^^^argument^^^.read&gt; as &lt;Node </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.read</span><span style="font-weight: bold">&gt;</span>                                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.explain&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict&gt; as &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.explain&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:rishi.core.resp_text&gt; as &lt;Node ---:*.resp_text</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.explain&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.explain.^^^argument^^^.chat&gt; as &lt;Node </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.chat</span><span style="font-weight: bold">&gt;</span>                                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.explain&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.explain.^^^argument^^^.read.get&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.get</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.explain.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.ask.explain.^^^argument^^^.related&gt; as </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.related</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:json&gt; as &lt;Node ---:*.json</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:functools.cache&gt; as &lt;Node ---:*.cache</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:inspect.signature&gt; as &lt;Node ---:*.signature</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.script.anno_parser&gt; as &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.anno_parser</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node attribute:str.split&gt; as &lt;Node ---:*.split</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:sys&gt; as &lt;Node ---:*.sys</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:os&gt; as &lt;Node ---:*.os</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:functools.wraps&gt; as &lt;Node ---:*.wraps</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:inspect.Parameter&gt; as &lt;Node ---:*.Parameter</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.cli&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:inspect.Signature&gt; as &lt;Node ---:*.Signature</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.vault&gt; to &lt;Node import:functools.cache&gt; </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.cache</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.vault&gt; to &lt;Node attribute:os.getenv&gt; as </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.getenv</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.vault&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.cli.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node import:inspect.Signature&gt; as &lt;Node ---:*.Signature</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:inspect.signature.__iter__&gt; as &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.__iter__</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:inspect.signature.__next__&gt; as &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.__next__</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node import:inspect.signature&gt; as &lt;Node ---:*.signature</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">__next__&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.__next__</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node ---:vishalakshi.cli.cmd.^^^argument^^^&gt; as &lt;Node </span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node import:functools.wraps&gt; as &lt;Node ---:*.wraps</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node method:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">__iter__&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.__iter__</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.cli.cmd.^^^argument^^^&gt; as &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:inspect.signature&gt; as &lt;Node ---:*.signature</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:inspect.Parameter.VAR_KEYWORD&gt; as &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.VAR_KEYWORD</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:inspect.signature.name&gt; as &lt;Node ---:*.name</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:inspect.signature.kind&gt; as &lt;Node ---:*.kind</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:inspect.Parameter.empty&gt; as &lt;Node ---:*.empty</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">name&gt; as &lt;Node </span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.name</span><span style="font-weight: bold">&gt;</span>                                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">annotation&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.annotation</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.jsonable&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.cli.jsonable.^^^argument^^^&gt; as &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.jsonable&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.cli.jsonable.^^^argument^^^.item&gt; as &lt;Node </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.item</span><span style="font-weight: bold">&gt;</span>                                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.show&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.cli.show.^^^argument^^^.get.__iter__&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.__iter__</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.show&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.cli.show.^^^argument^^^&gt; as &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.show&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.cli.show.^^^argument^^^.get&gt; as &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.get</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.show&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.cli.show.^^^argument^^^.get.__next__&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.__next__</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.show&gt; to &lt;Node attribute:json.dumps&gt; as </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.dumps</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.main&gt; to &lt;Node attribute:str.join&gt; as </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.join</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.main&gt; to &lt;Node attribute:sys.stderr&gt; as </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.stderr</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.main&gt; to &lt;Node attribute:sys.exit&gt; as </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.exit</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.main&gt; to &lt;Node attribute:str.split&gt; as </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.split</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.main&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:sys.argv.__delitem__&gt; as &lt;Node ---:*.__delitem__</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.main&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.script.anno_parser&gt; as &lt;Node ---:*.anno_parser</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.main&gt; to &lt;Node attribute:sys.argv&gt; as </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.argv</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.main&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.script.anno_parser.items&gt; as &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.items</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.main&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">metho</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">d:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.script.anno_parser.items.__iter__&gt; as &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.__iter__</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.main&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">metho</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">d:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.script.anno_parser.items.__next__&gt; as &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.__next__</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.main.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.script.anno_parser.items&gt; as &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.items</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.AttrDict&gt; as &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:litesearch.rrf_all&gt; as &lt;Node ---:*.rrf_all</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.code&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.Path&gt; as &lt;Node ---:*.Path</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.kosha&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.kosha&gt; to &lt;Node import:kosha.Kosha&gt; as </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.Kosha</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.kosha&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.kosha.^^^argument^^^&gt; as &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.kosha&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.kosha&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.kosha&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.kosha.^^^argument^^^.enc&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.enc</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.kosha&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.Path&gt; as &lt;Node ---:*.Path</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.kosha.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.kosha.^^^argument^^^.enc&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.enc</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.index_code&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.index_code.^^^argument^^^.kosha.graph&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.graph</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.index_code&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.index_code&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.index_code.^^^argument^^^.kosha.root&gt; </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.root</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.index_code&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.index_code&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.index_code&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.index_code.^^^argument^^^.kosha&gt; as </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.kosha</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.index_code&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.index_code.^^^argument^^^.kosha.update</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">_repo&gt; as &lt;Node ---:*.update_repo</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.index_code&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.index_code.^^^argument^^^.kosha.status</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt; as &lt;Node ---:*.status</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.index_code&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.index_code.^^^argument^^^.kosha.sync&gt; </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.sync</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.code_search&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.code_search&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.code_search.^^^argument^^^&gt; as &lt;Node </span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.code_search&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.code_search.^^^argument^^^.kosha&gt; as </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.kosha</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.code_search&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.code_search&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.code_search&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.symbol&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.symbol.^^^argument^^^.kosha.neighbors&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.neighbors</span><span style="font-weight: bold">&gt;</span>                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.symbol&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.symbol&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.symbol.^^^argument^^^&gt; as &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.symbol&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict&gt; as &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.symbol&gt; to &lt;Node import:fastcore.all.L&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.symbol&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.symbol.^^^argument^^^.kosha&gt; as &lt;Node </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.kosha</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.symbol&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.symbol&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.symbol&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.symbol.^^^argument^^^.kosha.ni&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.ni</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.where_to_add&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.where_to_add&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.where_to_add.^^^argument^^^&gt; as &lt;Node </span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.where_to_add&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.where_to_add&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.where_to_add&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.where_to_add&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.where_to_add.^^^argument^^^.kosha&gt; as </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.kosha</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.grep&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.grep&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.str&gt; as &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.grep&gt; to &lt;Node import:fastcore.all.L&gt; </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.grep&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.grep&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.grep.^^^argument^^^&gt; as &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.grep&gt; to &lt;Node import:rgapi.rg&gt; as </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.rg</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._prose&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code._prose.^^^argument^^^.sections&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.sections</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._prose&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._prose&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._prose.^^^argument^^^&gt; as &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._prose&gt; to &lt;Node import:fastcore.all.L&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:str.join&gt; as &lt;Node ---:*.join</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict&gt; as &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._code.^^^argument^^^&gt; as &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code&gt; to &lt;Node import:fastcore.all.L&gt; </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code.row&gt; to &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code._code.row.^^^argument^^^.get&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.get</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code.row&gt; to &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._code.^^^argument^^^&gt; as &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code.row&gt; to &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict&gt; as &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code.row&gt; to &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.Path&gt; as &lt;Node ---:*.Path</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._rg&gt; to &lt;Node import:fastcore.all.L&gt; as</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._rg&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code._rg.^^^argument^^^&gt; as &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^.path&gt; as </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.path</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict&gt; as &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^.line&gt; as </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.line</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^.line_numbe</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">r&gt; as &lt;Node ---:*.line_number</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.Path&gt; as &lt;Node ---:*.Path</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">items.__next__&gt; as </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">items&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.items</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">items.__iter__&gt; as </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.federate.^^^argument^^^&gt; as &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:*.enumerate.__next__&gt; as &lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">__next__&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.__next__</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node attribute:str.join&gt; </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.join</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.rrf_all&gt; as &lt;Node ---:*.rrf_all</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">values&gt; as &lt;Node </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.values</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict&gt; as &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">__iter__&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.__iter__</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:*.enumerate.__iter__&gt; as &lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate.leg&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.federate.leg.^^^argument^^^&gt; as &lt;Node </span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.federate.^^^argument^^^&gt; as &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.federate.^^^argument^^^&gt; as &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.federate.^^^argument^^^.kosha&gt; as </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.kosha</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.federate.^^^argument^^^&gt; as &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.federate.^^^argument^^^.kosha&gt; as </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.kosha</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.federate.^^^argument^^^.grep&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.grep</span><span style="font-weight: bold">&gt;</span>                                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.code.federate.^^^argument^^^&gt; as &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">items&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.items</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">items&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.items</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:litesearch.DOC_EXTS&gt; as &lt;Node ---:*.DOC_EXTS</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:numpy&gt; as &lt;Node ---:*.numpy</span><span style="font-weight: bold">&gt;</span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:re&gt; as &lt;Node ---:*.re</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:litesearch.database&gt; as &lt;Node ---:*.database</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:litesearch.dir2files&gt; as &lt;Node ---:*.dir2files</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:litesearch.build_graph&gt; as &lt;Node ---:*.build_graph</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:litesearch.doc_encoder&gt; as &lt;Node ---:*.doc_encoder</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.Path&gt; as &lt;Node ---:*.Path</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:litesearch.static_embedder&gt; as &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.static_embedder</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:litesearch.hash_embed&gt; as &lt;Node ---:*.hash_embed</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:json&gt; as &lt;Node ---:*.json</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.ifnone&gt; as &lt;Node ---:*.ifnone</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node attribute:re.compile&gt; as &lt;Node ---:*.compile</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:warnings&gt; as &lt;Node ---:*.warnings</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:litesearch.pdf_parse&gt; as &lt;Node ---:*.pdf_parse</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:litesearch.query_encoder&gt; as &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.query_encoder</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:functools.partial&gt; as &lt;Node ---:*.partial</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node attribute:numpy.float16&gt; as &lt;Node ---:*.float16</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:uuid&gt; as &lt;Node ---:*.uuid</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.AttrDict&gt; as &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.core&gt; to </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:litesearch.resolve_entities&gt; as &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.resolve_entities</span><span style="font-weight: bold">&gt;</span>                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.tidy_bc&gt; to &lt;Node attribute:str.join&gt; </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.join</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.tidy_bc&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:*.map.__iter__&gt; as &lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.tidy_bc&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.tidy_bc.^^^argument^^^&gt; as &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.tidy_bc&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:*.map.__next__&gt; as &lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.tidy_bc&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.map.__iter__&gt; as &lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.tidy_bc&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.map.__next__&gt; as &lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.tidy_bc.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:re.compile.match&gt; as &lt;Node ---:*.match</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.kinds&gt; to &lt;Node import:fastcore.all.L&gt; </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.kinds&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.kinds.^^^argument^^^&gt; as &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.kinds&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.kinds.^^^argument^^^.split&gt; as &lt;Node </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.split</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to &lt;Node module:numpy&gt; as </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.numpy</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.static_embedder&gt; as &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.static_embedder</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:litesearch.static_embedder.encode.shape&gt; as &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.shape</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.hash_embed&gt; as &lt;Node ---:*.hash_embed</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str&gt; as &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:litesearch.static_embedder.encode&gt; as &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.encode</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:numpy.dtype&gt; as &lt;Node ---:*.dtype</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.query_encoder&gt; as &lt;Node ---:*.query_encoder</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:functools.partial&gt; as &lt;Node ---:*.partial</span><span style="font-weight: bold">&gt;</span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:numpy.float16&gt; as &lt;Node ---:*.float16</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict&gt; as &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:warnings.warn&gt; as &lt;Node ---:*.warn</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.doc_encoder&gt; as &lt;Node ---:*.doc_encoder</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">as &lt;Node ---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:numpy.float16&gt; as &lt;Node ---:*.float16</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:numpy.asarray&gt; as &lt;Node ---:*.asarray</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.str&gt; as &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.ifnone&gt; as &lt;Node ---:*.ifnone</span><span style="font-weight: bold">&gt;</span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.database&gt; as &lt;Node ---:*.database</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict&gt; as &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.Path.home&gt; as &lt;Node ---:*.home</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.NoneType&gt; as &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.NoneType</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.enc&gt; as &lt;Node ---:*.enc</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__init__&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:litesearch.database.get_tree&gt; as &lt;Node ---:*.get_tree</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.qv&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.Vault.qv.^^^argument^^^&gt; as &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.qv&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.enc&gt; as &lt;Node ---:*.enc</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.qv&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:numpy.asarray&gt; as &lt;Node ---:*.asarray</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault._where&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.Vault._where.^^^argument^^^&gt; as &lt;Node </span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault._where&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:litesearch.database.get_tree.prefix&gt; as &lt;Node </span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.prefix</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__repr__&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.stats&gt; as &lt;Node ---:*.stats</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.Vault.__repr__&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.Vault.enc&gt; as &lt;Node ---:*.enc</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core._kw&gt; to &lt;Node attribute:str.join&gt; as </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.join</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core._kw&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core._kw.^^^argument^^^&gt; as &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add.^^^argument^^^.store&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.store</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.str&gt; as &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add.^^^argument^^^.enc&gt; as &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.enc</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.add.^^^argument^^^&gt; as &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add.^^^argument^^^.db&gt; as &lt;Node </span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.db</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.assets&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.assets&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.assets&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.assets.^^^argument^^^.path&gt; as &lt;Node </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.path</span><span style="font-weight: bold">&gt;</span>                                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.assets&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.Path&gt; as &lt;Node ---:*.Path</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_file&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add_file.^^^argument^^^.db.get&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.get</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_file&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.Path.stem&gt; as &lt;Node ---:*.stem</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_file&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add_file.^^^argument^^^.enc&gt; as &lt;Node </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.enc</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_file&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.Path&gt; as &lt;Node ---:*.Path</span><span style="font-weight: bold">&gt;</span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_file&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add_file.^^^argument^^^.db&gt; as &lt;Node </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.db</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_file&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add_file.^^^argument^^^.store&gt; as </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.store</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_file&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.pdf_parse&gt; as &lt;Node ---:*.pdf_parse</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_file&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add_file.^^^argument^^^.assets&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.assets</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_file&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribut</span><span style="color: #00ff00; text-decoration-color: #00ff00; font-weight: bold">e:fa</span><span style="color: #000000; text-decoration-color: #000000">stcore.all.Path.suffix&gt; as &lt;Node ---:*.suffix</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_file&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add_file.^^^argument^^^.g&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.g</span><span style="font-weight: bold">&gt;</span>                                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_file&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_file&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add_file.^^^argument^^^.add&gt; as &lt;Node </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.add</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_file&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.add_file.^^^argument^^^&gt; as &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_file&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_dir&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.DOC_EXTS&gt; as &lt;Node ---:*.DOC_EXTS</span><span style="font-weight: bold">&gt;</span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_dir&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_dir&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.add_dir.^^^argument^^^.add_file&gt; as </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.add_file</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_dir&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.dir2files&gt; as &lt;Node ---:*.dir2files</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_dir&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_dir&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.add_dir&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.add_dir.^^^argument^^^&gt; as &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.note&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.note.^^^argument^^^.strip&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.strip</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.note&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.note.^^^argument^^^.add&gt; as &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.add</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.note&gt; to &lt;Node attribute:uuid.uuid4&gt; as</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.uuid4</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.note&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.note&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.find&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.find&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.find.^^^argument^^^&gt; as &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.find&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.find.^^^argument^^^.dtype&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.dtype</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.find&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.find.^^^argument^^^.db.__iter__&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.__iter__</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.find&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.find.^^^argument^^^.db&gt; as &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.db</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.find&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.find.^^^argument^^^.qv&gt; as &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.qv</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.find&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.find.^^^argument^^^.db.get&gt; as &lt;Node </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.get</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.find&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.find&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.find.^^^argument^^^.store&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.store</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.find&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.find&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.find.^^^argument^^^._where&gt; as &lt;Node </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*._where</span><span style="font-weight: bold">&gt;</span>                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.find&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.find.^^^argument^^^.db.__next__&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.__next__</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sections&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sections&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.sections.^^^argument^^^&gt; as &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sections&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sections.^^^argument^^^.store&gt; as </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.store</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sections&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sections.^^^argument^^^._where&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*._where</span><span style="font-weight: bold">&gt;</span>                                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sections&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.sections.^^^argument^^^.db.__iter__&gt; as </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sections&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sections.^^^argument^^^.qv&gt; as &lt;Node </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.qv</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sections&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sections.^^^argument^^^.dtype&gt; as </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.dtype</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sections&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sections&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sections&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sections.^^^argument^^^.db&gt; as &lt;Node </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.db</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sections&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.sections.^^^argument^^^.db.__next__&gt; as </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sections&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sections.^^^argument^^^.db.get&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.get</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db.related&gt; as </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.related</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.db</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.context.^^^argument^^^.g.__iter__&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.db.results&gt; as </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.results</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.enc&gt; as &lt;Node </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.enc</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.qv&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.qv</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.context.^^^argument^^^&gt; as &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.g&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.g</span><span style="font-weight: bold">&gt;</span>                                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.store&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.store</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict&gt; as &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.context.^^^argument^^^.g.__next__&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.setcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.^^^argument^^^.g&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.g</span><span style="font-weight: bold">&gt;</span>                                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^.doc_id</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt; as &lt;Node ---:*.doc_id</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^.doc_id</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&gt; as &lt;Node ---:*.doc_id</span><span style="font-weight: bold">&gt;</span>                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.related&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.related&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.store&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.store</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.related&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.db&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.db</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.related&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.dtype&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.dtype</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.related&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.related&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.related.^^^argument^^^.g.__iter__&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.related&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.related.^^^argument^^^.g.__next__&gt; as </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.related&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.related&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.related.^^^argument^^^&gt; as &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.related&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.g</span><span style="font-weight: bold">&gt;</span>                                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.related&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.related.^^^argument^^^.g.get&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.get</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.read&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.read&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.read.^^^argument^^^.db&gt; as &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.db</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.read&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.read&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.read.^^^argument^^^.store&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.store</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.read&gt; to &lt;Node </span>                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.read.^^^argument^^^&gt; as &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.toc&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.toc.^^^argument^^^.store&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.store</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.toc&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.toc&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.toc.^^^argument^^^.db&gt; as &lt;Node </span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.db</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.connect&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.connect.^^^argument^^^.dtype&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.dtype</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">[08/06/26 21:10:24] </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.connect&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.connect.^^^argument^^^.g&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.g</span><span style="font-weight: bold">&gt;</span>                                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.connect&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.connect.^^^argument^^^.db&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.db</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.connect&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.connect&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.connect.^^^argument^^^.store&gt; as &lt;Node</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.store</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.connect&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.connect.^^^argument^^^.enc&gt; as &lt;Node </span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.enc</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.connect&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.build_graph&gt; as &lt;Node ---:*.build_graph</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.connect&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.bool&gt; as &lt;Node ???:*.bool</span><span style="font-weight: bold">&gt;</span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.connect&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:litesearch.resolve_entities&gt; as &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.resolve_entities</span><span style="font-weight: bold">&gt;</span>                                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.map&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.map.^^^argument^^^.dtype&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.dtype</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.map&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.map.^^^argument^^^.g&gt; as &lt;Node </span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.g</span><span style="font-weight: bold">&gt;</span>                                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.map&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.int&gt; as &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.map&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.AttrDict&gt; as &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.map&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sources&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.L&gt; as &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sources&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.NoneType&gt; as &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sources&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sources&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.sources.^^^argument^^^.g&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.g</span><span style="font-weight: bold">&gt;</span>                                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.sources.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:json.loads&gt; as &lt;Node ---:*.loads</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.sources.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.sources.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">.^^^argument^^^&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.forget&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.forget&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.forget.^^^argument^^^.db&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.db</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.forget&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.forget.^^^argument^^^&gt; as &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.forget&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.forget.^^^argument^^^.store&gt; as &lt;Node </span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.store</span><span style="font-weight: bold">&gt;</span>                                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.stats&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.stats.^^^argument^^^.db.__next__&gt; as </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.stats&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.stats.^^^argument^^^.enc&gt; as &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.enc</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.stats&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.stats.^^^argument^^^.g&gt; as &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.g</span><span style="font-weight: bold">&gt;</span>                                                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.stats&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:fastcore.all.patch&gt; as &lt;Node ---:*.patch</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.stats&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">method:vishalakshi.core.stats.^^^argument^^^.db.__iter__&gt; as </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.stats&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.stats.^^^argument^^^.path&gt; as &lt;Node </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.path</span><span style="font-weight: bold">&gt;</span>                                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.stats&gt; to &lt;Node </span>                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.stats.^^^argument^^^.db&gt; as &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.db</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.stats.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.core.stats.^^^argument^^^.db&gt; as &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.db</span><span style="font-weight: bold">&gt;</span>                                                         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.mcp&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:json&gt; as &lt;Node ---:*.json</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.mcp&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node method:str.split.__next__&gt; as &lt;Node ---:*.__next__</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.mcp&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node attribute:str.split&gt; as &lt;Node ---:*.split</span><span style="font-weight: bold">&gt;</span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.mcp&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node module:sys&gt; as &lt;Node ---:*.sys</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.mcp&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:functools.wraps&gt; as &lt;Node ---:*.wraps</span><span style="font-weight: bold">&gt;</span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.mcp&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node import:mcp.server.fastmcp.FastMCP&gt; as &lt;Node ---:*.FastMCP</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.mcp&gt; to </span>   <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node method:str.split.__iter__&gt; as &lt;Node ---:*.__iter__</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.mcp.as_tool.^^^argument^^^&gt; as &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.cli.cmd.__annotations__&gt; as &lt;Node </span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.__annotations__</span><span style="font-weight: bold">&gt;</span>                                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">import:functools.wraps&gt; as &lt;Node ---:*.wraps</span><span style="font-weight: bold">&gt;</span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.cli.cmd.__delwrap__&gt; as &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.__delwrap__</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:mcp.server.fastmcp.FastMCP.tool&gt; as &lt;Node ---:*.tool</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool&gt; to &lt;Node </span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:vishalakshi.cli.cmd.__signature__&gt; as &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.__signature__</span><span style="font-weight: bold">&gt;</span>                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.mcp.as_tool.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:json.dumps&gt; as &lt;Node ---:*.dumps</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.mcp.as_tool.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:json.loads&gt; as &lt;Node ---:*.loads</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.main&gt; to &lt;Node </span>                          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">attribute:mcp.server.fastmcp.FastMCP.run&gt; as &lt;Node ---:*.run</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.main&gt; to &lt;Node attribute:sys.argv&gt; as </span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">&lt;Node ---:*.argv</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.acquire.poll&gt; to &lt;Node </span>           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.connect&gt; resolves &lt;Node ---:*.connect</span><span style="font-weight: bold">&gt;</span>;     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Expanding unknowns: new uses edge from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#237" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">237</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.poll&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.connect</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> module:vishalakshi.ask&gt; to &lt;Node </span>                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.ask.MODELS&gt; resolves &lt;Node ???:*.MODELS</span><span style="font-weight: bold">&gt;</span>; removing   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Expanding unknowns: new uses edge from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#237" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">237</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">module:vishalakshi.ask&gt; to &lt;Node name:vishalakshi.ask.MODELS</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.resolve_model&gt; to &lt;Node </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.ask.dflt_model&gt; resolves &lt;Node ???:*.dflt_model</span><span style="font-weight: bold">&gt;</span>;    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Expanding unknowns: new uses edge from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#237" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">237</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.resolve_model&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.ask.dflt_model</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.resolve_model&gt; to &lt;Node </span>      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.ask.MODELS&gt; resolves &lt;Node ???:*.MODELS</span><span style="font-weight: bold">&gt;</span>; removing   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Expanding unknowns: new uses edge from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#237" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">237</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.resolve_model&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">name:vishalakshi.ask.MODELS</span><span style="font-weight: bold">&gt;</span>                                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.ask.mk_prompt&gt; to &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.related&gt; resolves &lt;Node ---:*.related</span><span style="font-weight: bold">&gt;</span>;     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Expanding unknowns: new uses edge from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#237" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">237</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.related</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.core.context&gt; to &lt;Node </span>           <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.related&gt; resolves &lt;Node ---:*.related</span><span style="font-weight: bold">&gt;</span>;     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         removing wildcard                                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Expanding unknowns: new uses edge from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#237" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">237</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt; to &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.related</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node ---:*.url</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node ---:*.crawl</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node ---:*.to_md</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.ttl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt;, uses &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.ttl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt;, uses &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.str</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.ttl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt;, uses &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.get</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.ttl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt;, uses &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.isinstance</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt;, uses &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt;, uses &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt;, uses &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt;, uses &lt;Node ---:*.dumps</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt;, uses &lt;Node ???:*.len</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt;, uses &lt;Node ---:*.dumps</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt;, uses &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt;, uses &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt;, uses &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt;, uses &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt;, uses &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.mk_prompt.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt.sec</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.mk_prompt.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt;, uses &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt;, uses &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt;, uses &lt;Node ---:*.findall</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.explain.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.explain&gt;, uses &lt;Node ---:*.related</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.tidy_bc.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.tidy_bc&gt;, uses &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.map</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.tidy_bc.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.tidy_bc&gt;, uses &lt;Node ---:*.match</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.md_title</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node ---:*.time</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node ---:*.strip</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node ---:*.add</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.mk_prompt.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt;, uses &lt;Node ---:*.via</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.mk_prompt.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt;, uses &lt;Node ---:*.breadcrumb</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.mk_prompt.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt;, uses &lt;Node ???:*.len</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt;, uses &lt;Node ---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt;, uses &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited.one</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt;, uses &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt;, uses &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt;, uses &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt;, uses &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt;, uses &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.isinstance</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.harvest.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt;, uses &lt;Node ---:*.records</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.watches.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches&gt;, uses &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.watches.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches&gt;, uses &lt;Node ---:*.loads</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.watches.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches&gt;, uses &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.poll.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.poll&gt;, uses &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.vault</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.kosha.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.kosha&gt;, uses &lt;Node ---:*.enc</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._prose&gt;, uses &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._prose&gt;, uses &lt;Node ---:*.join</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._prose&gt;, uses &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.code._rg&gt;, uses &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.line_number</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.code._rg&gt;, uses &lt;Node ---:*.path</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.code._rg&gt;, uses &lt;Node ---:*.line</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.code._rg&gt;, uses &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.code._rg&gt;, uses &lt;Node ---:*.Path</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._prose</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ???:*.n</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, uses &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.asarray</span><span style="font-weight: bold">&gt;</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, uses &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, uses &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.float16</span><span style="font-weight: bold">&gt;</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt;, uses &lt;Node ---:*.doc_id</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt;, uses &lt;Node ???:*.keep</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.sources.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sources&gt;, uses &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.sources.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sources&gt;, uses &lt;Node ---:*.loads</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.sources.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sources&gt;, uses &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.mcp.as_tool.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool&gt;, uses &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.mcp.as_tool.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool&gt;, uses &lt;Node ---:*.dumps</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.mcp.as_tool.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool&gt;, uses &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.jsonable</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.mcp.as_tool.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool&gt;, uses &lt;Node ---:*.loads</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.mcp.as_tool.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool&gt;, uses &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt;, uses &lt;Node ---:*.time</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt;, uses &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt;, uses &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.clip</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt;, uses &lt;Node ---:*.add</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt;, uses &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.kosha</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ???:*.n</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt;, uses &lt;Node ---:*.doc_id</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt;, uses &lt;Node ???:*.keep</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records.walk.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt;, uses &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.dict</span><span style="font-weight: bold">&gt;</span>                                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records.walk.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt;, uses &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records.walk.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt;, uses &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.isinstance</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.signature</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.VAR_KEYWORD</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node ---:*.kind</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node ---:*.name</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node ---:*.empty</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.annotation</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node ---:*.name</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.main.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.main&gt;, uses &lt;Node ---:*.items</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ???:*.isinstance</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.items</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.stats.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.stats&gt;, uses &lt;Node ---:*.db</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.kosha</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ???:*.n</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.grep</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ???:*.n</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ???:*.len</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.items</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ???:*.isinstance</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.setcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt;, uses &lt;Node ---:*.g</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records.walk.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; as &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.cli.cmd&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; as &lt;Node </span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; as &lt;Node ---:*.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; as &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; as &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Contracting non-existent from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                              <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#124" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">124</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.mk_encoder&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; as &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Expanding unknowns: new uses edge from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#237" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">237</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt; to &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Use from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> function:vishalakshi.code.federate&gt; to &lt;Node </span>          <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">analyzer.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/analyzer.py#2389" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">2389</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.grep&gt; resolves &lt;Node ---:*.grep</span><span style="font-weight: bold">&gt;</span>; removing  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         wildcard                                                              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Expanding unknowns: new uses edge from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                     <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#237" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">237</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt; to &lt;Node </span>                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.grep</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node ---:*.to_md</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node ---:*.url</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node ---:*.crawl</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.ttl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt;, uses &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.isinstance</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.ttl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt;, uses &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.str</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.ttl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt;, uses &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.ttl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl&gt;, uses &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.get</span><span style="font-weight: bold">&gt;</span>                                                        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt;, uses &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt;, uses &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt;, uses &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md.ttl</span><span style="font-weight: bold">&gt;</span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt;, uses &lt;Node ---:*.dumps</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt;, uses &lt;Node ???:*.len</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt;, uses &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt;, uses &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records</span><span style="font-weight: bold">&gt;</span>                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt;, uses &lt;Node ???:*.str</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt;, uses &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt;, uses &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.apis.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.apis&gt;, uses &lt;Node ---:*.dumps</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.mk_prompt.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt.sec</span><span style="font-weight: bold">&gt;</span>                           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.mk_prompt.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt;, uses &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt;, uses &lt;Node ???:*.int</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt;, uses &lt;Node ---:*.findall</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.explain.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.explain&gt;, uses &lt;Node ---:*.related</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.tidy_bc.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.tidy_bc&gt;, uses &lt;Node ---:*.match</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.tidy_bc.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.tidy_bc&gt;, uses &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.map</span><span style="font-weight: bold">&gt;</span>                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.md_title</span><span style="font-weight: bold">&gt;</span>                            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node ---:*.strip</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node ---:*.time</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node ---:*.add</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.crawl.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.crawl&gt;, uses &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.mk_prompt.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.tidy_bc</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.mk_prompt.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt;, uses &lt;Node ---:*.breadcrumb</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.mk_prompt.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.mk_prompt&gt;, uses &lt;Node ---:*.via</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt;, uses &lt;Node ---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt;, uses &lt;Node </span>                      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited.one</span><span style="font-weight: bold">&gt;</span>                               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt;, uses &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.ask.cited.genexpr.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.ask.cited&gt;, uses &lt;Node ???:*.len</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt;, uses &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt;, uses &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.isinstance</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt;, uses &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records_md.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records_md&gt;, uses &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.harvest.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.harvest&gt;, uses &lt;Node ---:*.records</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.watches.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches&gt;, uses &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.watches.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches&gt;, uses &lt;Node ---:*.loads</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.watches.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.watches&gt;, uses &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.poll.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.poll&gt;, uses &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node ???:*.getattr</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.vault</span><span style="font-weight: bold">&gt;</span>                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; </span>  <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.kosha.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.kosha&gt;, uses &lt;Node ---:*.enc</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._prose&gt;, uses &lt;Node ---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._prose&gt;, uses &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code._prose.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._prose&gt;, uses &lt;Node ---:*.join</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.code._rg&gt;, uses &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.line_number</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.code._rg&gt;, uses &lt;Node ---:*.path</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.code._rg&gt;, uses &lt;Node ---:*.line</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.code._rg&gt;, uses &lt;Node </span>              <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.AttrDict</span><span style="font-weight: bold">&gt;</span>                                                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.code._rg.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; </span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.code._rg&gt;, uses &lt;Node ---:*.Path</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._prose</span><span style="font-weight: bold">&gt;</span>                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ???:*.n</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, uses &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, uses &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.asarray</span><span style="font-weight: bold">&gt;</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0.</span><span style="color: #000000; text-decoration-color: #000000">lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:vishalakshi.core.mk_encoder.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;, uses &lt;Node </span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.float16</span><span style="font-weight: bold">&gt;</span>                                                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt;, uses &lt;Node ---:*.doc_id</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt;, uses &lt;Node ???:*.keep</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.sources.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sources&gt;, uses &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.sources.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sources&gt;, uses &lt;Node ---:*.loads</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.sources.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.sources&gt;, uses &lt;Node </span>                   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.mcp.as_tool.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool&gt;, uses &lt;Node ???:*.kw</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.mcp.as_tool.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool&gt;, uses &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.jsonable</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.mcp.as_tool.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool&gt;, uses &lt;Node ---:*.loads</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.mcp.as_tool.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool&gt;, uses &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.cmd</span><span style="font-weight: bold">&gt;</span>                                     <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.mcp.as_tool.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.mcp.as_tool&gt;, uses &lt;Node ---:*.dumps</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt;, uses &lt;Node ---:*.time</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt;, uses &lt;Node ---:*.add</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt;, uses &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt;, uses &lt;Node </span>                    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.clip</span><span style="font-weight: bold">&gt;</span>                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.web.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.web&gt;, uses &lt;Node ???:*.dict</span><span style="font-weight: bold">&gt;</span>         <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.kosha</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ???:*.n</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt;, uses &lt;Node ---:*.doc_id</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt;, uses &lt;Node ???:*.keep</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records.walk.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt;, uses &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.isinstance</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records.walk.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt;, uses &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.acquire.records.walk.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.acquire.records.walk&gt;, uses &lt;Node </span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">???:*.dict</span><span style="font-weight: bold">&gt;</span>                                                       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node ---:*.name</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.signature</span><span style="font-weight: bold">&gt;</span>                                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.VAR_KEYWORD</span><span style="font-weight: bold">&gt;</span>                                                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node ---:*.kind</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node ---:*.empty</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.listcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.annotation</span><span style="font-weight: bold">&gt;</span>                                                 <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> scope:vishalakshi.cli.cmd.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt;</span> <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">to &lt;Node function:vishalakshi.cli.cmd&gt;, uses &lt;Node ---:*.name</span><span style="font-weight: bold">&gt;</span>    <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.cli.main.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.cli.main&gt;, uses &lt;Node ---:*.items</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.items</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ???:*.isinstance</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.stats.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>                <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.stats&gt;, uses &lt;Node ---:*.db</span><span style="font-weight: bold">&gt;</span>            <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.kosha</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code._code</span><span style="font-weight: bold">&gt;</span>                                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ???:*.n</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">2</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.NoneType</span><span style="font-weight: bold">&gt;</span>   <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ???:*.n</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node </span>                  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">---:*.^^^argument^^^</span><span style="font-weight: bold">&gt;</span>                                             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.lambda.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">3</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.grep</span><span style="font-weight: bold">&gt;</span>       <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ???:*.len</span><span style="font-weight: bold">&gt;</span>        <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.L</span><span style="font-weight: bold">&gt;</span>          <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ---:*.items</span><span style="font-weight: bold">&gt;</span>      <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ???:*.enumerate</span><span style="font-weight: bold">&gt;</span>  <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.code.federate.dictcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>             <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.code.federate&gt;, uses &lt;Node ???:*.isinstance</span><span style="font-weight: bold">&gt;</span> <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace"><span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span><span style="color: #000080; text-decoration-color: #000080">INFO    </span> Collapsing inner from <span style="font-weight: bold">&lt;</span><span style="color: #ff00ff; text-decoration-color: #ff00ff; font-weight: bold">Node</span><span style="color: #000000; text-decoration-color: #000000"> </span>                                      <a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">postprocessor.py</span></a><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">:</span><a href="file:///Users/71293/code/personal/orgs/vishalakshi/.venv/lib/python3.13/site-packages/pyan/postprocessor.py#289" target="_blank"><span style="color: #7f7f7f; text-decoration-color: #7f7f7f">289</span></a>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">scope:vishalakshi.core.context.setcomp.</span><span style="color: #008080; text-decoration-color: #008080; font-weight: bold">0</span><span style="color: #000000; text-decoration-color: #000000">&gt; to &lt;Node </span>               <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
<span style="color: #7fbfbf; text-decoration-color: #7fbfbf">                    </span>         <span style="color: #000000; text-decoration-color: #000000">function:vishalakshi.core.context&gt;, uses &lt;Node ---:*.g</span><span style="font-weight: bold">&gt;</span>           <span style="color: #7f7f7f; text-decoration-color: #7f7f7f">                    </span>
</pre>

    {'files': 6,
     'packages': 298,
     'graph_nodes': 702,
     'stale_files': 0,
     'stale_pkgs': {'rgapi': '0.1.18', 'huggingface_hub': '1.26.1'},
     'new_files': 0}

``` python
L(v.code_search('rank fusion of ranked lists', limit=5)).map(lambda h: h['metadata'].get('mod_name'))
```

    ['onnxruntime.quantization.fusions.fusion.Fusion', 'onnxruntime.quantization.fusions.fusion_layernorm.FusionLayerNormalization', 'vishalakshi.code.federate', 'litesearch.graph.rrf_all', 'jupyterlab.static.jlab_core.8cf27f880e10219d']

``` python
v.symbol('vishalakshi.code.federate').info      # pagerank, degree, callers, callees
```

    {'node': 'vishalakshi.code.federate',
     'flavor': 'function',
     'file': '../vishalakshi/code.py',
     'pagerank': 0.00024,
     'in_degree': 1,
     'out_degree': 9,
     'callers': ['vishalakshi.code.Vault'],
     'callees': ['fastcore.all.AttrDict', 'fastcore.all.L', 'fastcore.all.patch', 'litesearch.rrf_all', 'vishalakshi.code._code', 'vishalakshi.code._prose', 'vishalakshi.code.federate.leg', 'vishalakshi.code.grep', 'vishalakshi.core.Vault'],
     'co_dispatched': []}

``` python
L(v.where_to_add('cache the encoder per store')).map(lambda r: (r['path'], r['insert_after']))
```

    [('../vishalakshi/core.py', 85), ('../vishalakshi/code.py', 31)]

``` python
L(v.grep('rrf_all', '..', limit=4)).attrgot('where')   # ripgrep, gitignore-aware
```

    ['README.md:145', 'vishalakshi/code.py:12', 'vishalakshi/code.py:143', 'nbs/index.ipynb:589']

Then search all of it at once:

``` python
f = v.federate('rank fusion of ranked lists', dir='..')
for h in f.hits[:8]: print(f'{h.source:6} {h.where}')
```

    prose  index › Install › Code: kosha, ripgrep, and federated search
    repo   ../vishalakshi/code.py:113
    grep   README.md:151
    prose  README › Install › Code: kosha, ripgrep, and federated search
    repo   ../vishalakshi/code.py:34
    grep   nbs/index.ipynb:557
    prose  03 code
    repo   ../vishalakshi/code.py:56

``` python
f.legs, f.note
```

    ({'prose': 12, 'repo': 12, 'grep': 3},
     'RRF over prose, repo, grep; the legs use different encoders, so ranks are fused, not distances')

Three kinds of evidence, three kinds of blindness. The vault embeds prose; kosha embeds
identifiers with a code-trained model, deliberately, because code embeds badly under a prose
encoder; ripgrep embeds nothing and sees the file as it is on disk right now — including the file
nothing has indexed and the edit made a minute ago. **The legs share no vector space**, so
`federate` fuses their *rankings* with RRF, never their distances. Ranking is the one thing that
survives a change of encoder, and it is the same mechanism litesearch already uses to combine FTS
with vectors. Each leg runs independently: `f.legs` reports what each contributed, or why it could
not.

## Harvest: read a page’s API, not its HTML

Listing, product and dashboard pages render from an internal JSON API. fossick can watch a page and
capture those calls; the vault turns them into searchable records.

``` python
v.apis('https://www.example-retailer.com/browse/dairy')
# [0] .../api/bff/products?page=1   records: 24   {"results":[{"sku":...

v.harvest('https://www.example-retailer.com/browse/dairy', pages=5)
# {'kind': 'data', 'records': 120, 'endpoint': '.../api/bff/products'}

v.find('free range eggs')     # each product is its own retrievable section
```

Each record becomes a `##` section, so it gets its own tree node and breadcrumb rather than
being buried in one blob. `session=True` captures through your logged-in Chrome, so pages behind a
login work too. `add_records(...)` files a list of dicts you already have:

``` python
v.add_records([dict(sku='A1', name='Free range eggs', price=4.5),
               dict(sku='B2', name='Whole milk', price=2.1)], 'dairy demo')
```

    {'doc_id': '0b8b93f9d53bd84e',
     'title': 'dairy demo',
     'kind': 'data',
     'nodes': 3,
     'chunks': 3}

``` python
L(v.find('free range eggs', limit=2)).attrgot('breadcrumb')
```

    ["index › {'kind': 'data', 'records': 120, 'endpoint': '.../api/bff/products'}", 'dairy demo › Free range eggs']

## Watches: keeping it current

``` python
v.watch('https://example.com/changelog', action='url',     every='6h')
v.watch('late chunking retrieval',       action='web',     every='1d', n=5)
v.watch('Re-read the eval numbers',      action='remind',  every='1w')

L(v.watches()).map(lambda w: (w['action'], w['target'][:34], w['every'], w['params']))
```

    [('url', 'https://example.com/changelog', 21600.0, {}), ('web', 'late chunking retrieval', 86400.0, {'n': 5}), ('remind', 'Re-read the eval numbers', 604800.0, {})]

``` python
v.poll()      # run everything due; failures are recorded on the row, never raised
```

`poll()` is the tick — call it from cron, a scheduler, or a frontend button. An action is just
the name of an acquisition method, so anything you can file once you can file on a schedule;
`remind` writes a note with no network involved. One dead URL never stops the loop.

## Encoders

The vault wants a real embedder and will fetch a small model2vec one by default. Where that is
impossible — an air-gapped box, a blocked registry — it degrades to litesearch’s deterministic
`hash_embed` rather than failing, and says so in `stats()['encoder']` and on every `context()`
result. Retrieval still works; it is lexical rather than semantic, and you should know which you are
getting.

``` python
Vault(':memory:', offline=True).enc.note      # never attempt a download — also the CI default
```

    'char-n-gram hashing (256d) — lexical only; pass encoder= or restore network access for real semantics'

``` python
Vault(encoder='minishlab/potion-science-32M')   # pick a different one
```

Both encoders are stored at float16, which is litesearch’s own default width. That is not a
size optimisation: `Database.context` does not thread a `dtype=` down to its section search, so a
float32 store is read back there as float16 — the vectors survive, the *distances* do not, and
retrieval silently degrades to keyword ranking.

## Development

The notebooks in `nbs/` are the source; the modules are generated.

``` sh
pip install -e '.[all]'
nbdev-prepare
```
