codemap-aimemory 0.3.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,14 @@
1
+ - id: file-0
2
+ path: src/codemap_aimemory/__init__.py
3
+ - id: file-1
4
+ path: src/codemap_aimemory/emitter.py
5
+ - id: file-2
6
+ path: src/codemap_aimemory/enrich.py
7
+ - id: file-3
8
+ path: src/codemap_aimemory/ids.py
9
+ - id: file-4
10
+ path: tests/test_emitter.py
11
+ - id: file-5
12
+ path: tests/test_enrich.py
13
+ - id: file-6
14
+ path: tests/test_ids.py
@@ -0,0 +1,691 @@
1
+ - id: cls-AiMemoryEmitter
2
+ symbol_id: scip-python . . . src/codemap_aimemory/emitter.py/AiMemoryEmitter#
3
+ file: src/codemap_aimemory/emitter.py
4
+ line_range:
5
+ - 47
6
+ - 157
7
+ signature: null
8
+ confidence: high
9
+ change_count_90d: null
10
+ business_meaning: null
11
+ type: class
12
+ calls: []
13
+ called_by: []
14
+ related_tables: []
15
+ related_rules: []
16
+ - id: fn-emit
17
+ symbol_id: scip-python . . . src/codemap_aimemory/emitter.py/AiMemoryEmitter#emit().
18
+ file: src/codemap_aimemory/emitter.py
19
+ line_range:
20
+ - 51
21
+ - 157
22
+ signature: 'def emit(self, store: ReadOnlyStore, ctx: EmitContext)'
23
+ confidence: high
24
+ change_count_90d: null
25
+ business_meaning: null
26
+ type: function
27
+ calls: []
28
+ called_by: []
29
+ related_tables: []
30
+ related_rules: []
31
+ - id: fn-_resolve_out_dir
32
+ symbol_id: scip-python . . . src/codemap_aimemory/emitter.py/_resolve_out_dir().
33
+ file: src/codemap_aimemory/emitter.py
34
+ line_range:
35
+ - 160
36
+ - 165
37
+ signature: 'def _resolve_out_dir(out_dir: Path)'
38
+ confidence: high
39
+ change_count_90d: null
40
+ business_meaning: null
41
+ type: function
42
+ calls: []
43
+ called_by: []
44
+ related_tables: []
45
+ related_rules: []
46
+ - id: fn-_atomic_write_tree
47
+ symbol_id: scip-python . . . src/codemap_aimemory/emitter.py/_atomic_write_tree().
48
+ file: src/codemap_aimemory/emitter.py
49
+ line_range:
50
+ - 168
51
+ - 184
52
+ signature: 'def _atomic_write_tree(out_dir: Path, outputs: dict[str, list[Any]])'
53
+ confidence: high
54
+ change_count_90d: null
55
+ business_meaning: null
56
+ type: function
57
+ calls: []
58
+ called_by: []
59
+ related_tables: []
60
+ related_rules: []
61
+ - id: cls-LlmClient
62
+ symbol_id: scip-python . . . src/codemap_aimemory/enrich.py/LlmClient#
63
+ file: src/codemap_aimemory/enrich.py
64
+ line_range:
65
+ - 39
66
+ - 42
67
+ signature: null
68
+ confidence: high
69
+ change_count_90d: null
70
+ business_meaning: null
71
+ type: class
72
+ calls: []
73
+ called_by: []
74
+ related_tables: []
75
+ related_rules: []
76
+ - id: fn-describe-af544bd6
77
+ symbol_id: scip-python . . . src/codemap_aimemory/enrich.py/LlmClient#describe().
78
+ file: src/codemap_aimemory/enrich.py
79
+ line_range:
80
+ - 42
81
+ - 42
82
+ signature: 'def describe(self, symbol: dict[str, Any])'
83
+ confidence: high
84
+ change_count_90d: null
85
+ business_meaning: null
86
+ type: function
87
+ calls: []
88
+ called_by: []
89
+ related_tables: []
90
+ related_rules: []
91
+ - id: fn-load_enrichment
92
+ symbol_id: scip-python . . . src/codemap_aimemory/enrich.py/load_enrichment().
93
+ file: src/codemap_aimemory/enrich.py
94
+ line_range:
95
+ - 45
96
+ - 57
97
+ signature: 'def load_enrichment(dir_: Path)'
98
+ confidence: high
99
+ change_count_90d: null
100
+ business_meaning: null
101
+ type: function
102
+ calls: []
103
+ called_by:
104
+ - fn-enrich
105
+ related_tables: []
106
+ related_rules: []
107
+ - id: fn-enrich
108
+ symbol_id: scip-python . . . src/codemap_aimemory/enrich.py/enrich().
109
+ file: src/codemap_aimemory/enrich.py
110
+ line_range:
111
+ - 60
112
+ - 104
113
+ signature: 'def enrich(store: ReadOnlyStore, llm: LlmClient, out_dir: Path, *, generated_at:
114
+ str, changed_only: bool=False)'
115
+ confidence: high
116
+ change_count_90d: null
117
+ business_meaning: null
118
+ type: function
119
+ calls:
120
+ - fn-load_enrichment
121
+ called_by: []
122
+ related_tables: []
123
+ related_rules: []
124
+ - id: fn-_resolve_enr_dir
125
+ symbol_id: scip-python . . . src/codemap_aimemory/enrich.py/_resolve_enr_dir().
126
+ file: src/codemap_aimemory/enrich.py
127
+ line_range:
128
+ - 107
129
+ - 113
130
+ signature: 'def _resolve_enr_dir(out_dir: Path)'
131
+ confidence: high
132
+ change_count_90d: null
133
+ business_meaning: null
134
+ type: function
135
+ calls: []
136
+ called_by: []
137
+ related_tables: []
138
+ related_rules: []
139
+ - id: fn-prefix_for
140
+ symbol_id: scip-python . . . src/codemap_aimemory/ids.py/prefix_for().
141
+ file: src/codemap_aimemory/ids.py
142
+ line_range:
143
+ - 36
144
+ - 37
145
+ signature: 'def prefix_for(kind: str)'
146
+ confidence: high
147
+ change_count_90d: null
148
+ business_meaning: null
149
+ type: function
150
+ calls: []
151
+ called_by:
152
+ - fn-build_entity_ids
153
+ related_tables: []
154
+ related_rules: []
155
+ - id: fn-slug_base
156
+ symbol_id: scip-python . . . src/codemap_aimemory/ids.py/slug_base().
157
+ file: src/codemap_aimemory/ids.py
158
+ line_range:
159
+ - 40
160
+ - 41
161
+ signature: 'def slug_base(symbol_id_str: str)'
162
+ confidence: high
163
+ change_count_90d: null
164
+ business_meaning: null
165
+ type: function
166
+ calls: []
167
+ called_by:
168
+ - fn-build_entity_ids
169
+ related_tables: []
170
+ related_rules: []
171
+ - id: fn-build_entity_ids
172
+ symbol_id: scip-python . . . src/codemap_aimemory/ids.py/build_entity_ids().
173
+ file: src/codemap_aimemory/ids.py
174
+ line_range:
175
+ - 44
176
+ - 63
177
+ signature: 'def build_entity_ids(symbol_ids: list[str], kinds: dict[str, str] |
178
+ None=None)'
179
+ confidence: high
180
+ change_count_90d: null
181
+ business_meaning: null
182
+ type: function
183
+ calls:
184
+ - fn-prefix_for
185
+ - fn-slug_base
186
+ called_by: []
187
+ related_tables: []
188
+ related_rules: []
189
+ - id: fn-_seed-b542b762
190
+ symbol_id: scip-python . . . tests/test_emitter.py/_seed().
191
+ file: tests/test_emitter.py
192
+ line_range:
193
+ - 20
194
+ - 64
195
+ signature: 'def _seed(store: JsonStore)'
196
+ confidence: high
197
+ change_count_90d: null
198
+ business_meaning: null
199
+ type: function
200
+ calls: []
201
+ called_by:
202
+ - fn-_emit
203
+ - fn-test_enrichment_overlay_fills_business_meaning
204
+ - fn-test_edges_to_unknown_symbols_are_dropped
205
+ related_tables: []
206
+ related_rules: []
207
+ - id: fn-_emit
208
+ symbol_id: scip-python . . . tests/test_emitter.py/_emit().
209
+ file: tests/test_emitter.py
210
+ line_range:
211
+ - 67
212
+ - 75
213
+ signature: 'def _emit(tmp_path: Path)'
214
+ confidence: high
215
+ change_count_90d: null
216
+ business_meaning: null
217
+ type: function
218
+ calls:
219
+ - fn-_seed-b542b762
220
+ called_by:
221
+ - fn-test_emits_all_expected_files
222
+ - fn-test_functions_yml_carries_metadata
223
+ - fn-test_tables_yml_has_table_entity
224
+ - fn-test_files_yml_lists_unique_paths
225
+ - fn-test_call_graph_yml
226
+ - fn-test_table_relations_yml
227
+ - fn-test_rule_constraints_yml_is_empty_placeholder
228
+ related_tables: []
229
+ related_rules: []
230
+ - id: fn-test_emits_all_expected_files
231
+ symbol_id: scip-python . . . tests/test_emitter.py/test_emits_all_expected_files().
232
+ file: tests/test_emitter.py
233
+ line_range:
234
+ - 81
235
+ - 92
236
+ signature: 'def test_emits_all_expected_files(tmp_path: Path)'
237
+ confidence: high
238
+ change_count_90d: null
239
+ business_meaning: null
240
+ type: function
241
+ calls:
242
+ - fn-_emit
243
+ called_by: []
244
+ related_tables: []
245
+ related_rules: []
246
+ - id: fn-test_functions_yml_carries_metadata
247
+ symbol_id: scip-python . . . tests/test_emitter.py/test_functions_yml_carries_metadata().
248
+ file: tests/test_emitter.py
249
+ line_range:
250
+ - 95
251
+ - 106
252
+ signature: 'def test_functions_yml_carries_metadata(tmp_path: Path)'
253
+ confidence: high
254
+ change_count_90d: null
255
+ business_meaning: null
256
+ type: function
257
+ calls:
258
+ - fn-_emit
259
+ called_by: []
260
+ related_tables: []
261
+ related_rules: []
262
+ - id: fn-test_tables_yml_has_table_entity
263
+ symbol_id: scip-python . . . tests/test_emitter.py/test_tables_yml_has_table_entity().
264
+ file: tests/test_emitter.py
265
+ line_range:
266
+ - 109
267
+ - 112
268
+ signature: 'def test_tables_yml_has_table_entity(tmp_path: Path)'
269
+ confidence: high
270
+ change_count_90d: null
271
+ business_meaning: null
272
+ type: function
273
+ calls:
274
+ - fn-_emit
275
+ called_by: []
276
+ related_tables: []
277
+ related_rules: []
278
+ - id: fn-test_files_yml_lists_unique_paths
279
+ symbol_id: scip-python . . . tests/test_emitter.py/test_files_yml_lists_unique_paths().
280
+ file: tests/test_emitter.py
281
+ line_range:
282
+ - 115
283
+ - 119
284
+ signature: 'def test_files_yml_lists_unique_paths(tmp_path: Path)'
285
+ confidence: high
286
+ change_count_90d: null
287
+ business_meaning: null
288
+ type: function
289
+ calls:
290
+ - fn-_emit
291
+ called_by: []
292
+ related_tables: []
293
+ related_rules: []
294
+ - id: fn-test_call_graph_yml
295
+ symbol_id: scip-python . . . tests/test_emitter.py/test_call_graph_yml().
296
+ file: tests/test_emitter.py
297
+ line_range:
298
+ - 125
299
+ - 131
300
+ signature: 'def test_call_graph_yml(tmp_path: Path)'
301
+ confidence: high
302
+ change_count_90d: null
303
+ business_meaning: null
304
+ type: function
305
+ calls:
306
+ - fn-_emit
307
+ called_by: []
308
+ related_tables: []
309
+ related_rules: []
310
+ - id: fn-test_table_relations_yml
311
+ symbol_id: scip-python . . . tests/test_emitter.py/test_table_relations_yml().
312
+ file: tests/test_emitter.py
313
+ line_range:
314
+ - 134
315
+ - 142
316
+ signature: 'def test_table_relations_yml(tmp_path: Path)'
317
+ confidence: high
318
+ change_count_90d: null
319
+ business_meaning: null
320
+ type: function
321
+ calls:
322
+ - fn-_emit
323
+ called_by: []
324
+ related_tables: []
325
+ related_rules: []
326
+ - id: fn-test_rule_constraints_yml_is_empty_placeholder
327
+ symbol_id: scip-python . . . tests/test_emitter.py/test_rule_constraints_yml_is_empty_placeholder().
328
+ file: tests/test_emitter.py
329
+ line_range:
330
+ - 145
331
+ - 148
332
+ signature: 'def test_rule_constraints_yml_is_empty_placeholder(tmp_path: Path)'
333
+ confidence: high
334
+ change_count_90d: null
335
+ business_meaning: null
336
+ type: function
337
+ calls:
338
+ - fn-_emit
339
+ called_by: []
340
+ related_tables: []
341
+ related_rules: []
342
+ - id: fn-test_enrichment_overlay_fills_business_meaning
343
+ symbol_id: scip-python . . . tests/test_emitter.py/test_enrichment_overlay_fills_business_meaning().
344
+ file: tests/test_emitter.py
345
+ line_range:
346
+ - 154
347
+ - 178
348
+ signature: 'def test_enrichment_overlay_fills_business_meaning(tmp_path: Path)'
349
+ confidence: high
350
+ change_count_90d: null
351
+ business_meaning: null
352
+ type: function
353
+ calls:
354
+ - fn-_seed-b542b762
355
+ called_by: []
356
+ related_tables: []
357
+ related_rules: []
358
+ - id: fn-test_edges_to_unknown_symbols_are_dropped
359
+ symbol_id: scip-python . . . tests/test_emitter.py/test_edges_to_unknown_symbols_are_dropped().
360
+ file: tests/test_emitter.py
361
+ line_range:
362
+ - 184
363
+ - 204
364
+ signature: 'def test_edges_to_unknown_symbols_are_dropped(tmp_path: Path)'
365
+ confidence: high
366
+ change_count_90d: null
367
+ business_meaning: null
368
+ type: function
369
+ calls:
370
+ - fn-_seed-b542b762
371
+ called_by: []
372
+ related_tables: []
373
+ related_rules: []
374
+ - id: cls-_FakeLlm
375
+ symbol_id: scip-python . . . tests/test_enrich.py/_FakeLlm#
376
+ file: tests/test_enrich.py
377
+ line_range:
378
+ - 19
379
+ - 30
380
+ signature: null
381
+ confidence: high
382
+ change_count_90d: null
383
+ business_meaning: null
384
+ type: class
385
+ calls: []
386
+ called_by:
387
+ - fn-test_enrich_writes_one_file_per_fn_method
388
+ - fn-test_enrich_changed_only_skips_existing
389
+ - fn-test_enrich_changed_only_skips_existing
390
+ - fn-test_enrich_passes_signature_and_file_to_llm
391
+ - fn-test_enrich_skipped_classes_dont_invoke_llm
392
+ related_tables: []
393
+ related_rules: []
394
+ - id: fn-__init__
395
+ symbol_id: scip-python . . . tests/test_enrich.py/_FakeLlm#__init__().
396
+ file: tests/test_enrich.py
397
+ line_range:
398
+ - 22
399
+ - 23
400
+ signature: def __init__(self)
401
+ confidence: high
402
+ change_count_90d: null
403
+ business_meaning: null
404
+ type: function
405
+ calls: []
406
+ called_by: []
407
+ related_tables: []
408
+ related_rules: []
409
+ - id: fn-describe-ce16f417
410
+ symbol_id: scip-python . . . tests/test_enrich.py/_FakeLlm#describe().
411
+ file: tests/test_enrich.py
412
+ line_range:
413
+ - 25
414
+ - 30
415
+ signature: 'def describe(self, symbol: dict[str, Any])'
416
+ confidence: high
417
+ change_count_90d: null
418
+ business_meaning: null
419
+ type: function
420
+ calls: []
421
+ called_by: []
422
+ related_tables: []
423
+ related_rules: []
424
+ - id: fn-_seed-69227611
425
+ symbol_id: scip-python . . . tests/test_enrich.py/_seed().
426
+ file: tests/test_enrich.py
427
+ line_range:
428
+ - 33
429
+ - 52
430
+ signature: 'def _seed(store: JsonStore)'
431
+ confidence: high
432
+ change_count_90d: null
433
+ business_meaning: null
434
+ type: function
435
+ calls: []
436
+ called_by:
437
+ - fn-test_enrich_writes_one_file_per_fn_method
438
+ - fn-test_enrich_changed_only_skips_existing
439
+ - fn-test_enrich_passes_signature_and_file_to_llm
440
+ - fn-test_enrich_skipped_classes_dont_invoke_llm
441
+ related_tables: []
442
+ related_rules: []
443
+ - id: fn-test_load_enrichment_returns_empty_when_dir_missing
444
+ symbol_id: scip-python . . . tests/test_enrich.py/test_load_enrichment_returns_empty_when_dir_missing().
445
+ file: tests/test_enrich.py
446
+ line_range:
447
+ - 58
448
+ - 59
449
+ signature: 'def test_load_enrichment_returns_empty_when_dir_missing(tmp_path: Path)'
450
+ confidence: high
451
+ change_count_90d: null
452
+ business_meaning: null
453
+ type: function
454
+ calls: []
455
+ called_by: []
456
+ related_tables: []
457
+ related_rules: []
458
+ - id: fn-test_load_enrichment_reads_yaml_indexed_by_symbol_id
459
+ symbol_id: scip-python . . . tests/test_enrich.py/test_load_enrichment_reads_yaml_indexed_by_symbol_id().
460
+ file: tests/test_enrich.py
461
+ line_range:
462
+ - 62
463
+ - 73
464
+ signature: 'def test_load_enrichment_reads_yaml_indexed_by_symbol_id(tmp_path: Path)'
465
+ confidence: high
466
+ change_count_90d: null
467
+ business_meaning: null
468
+ type: function
469
+ calls: []
470
+ called_by: []
471
+ related_tables: []
472
+ related_rules: []
473
+ - id: fn-test_load_enrichment_skips_yaml_without_symbol_id
474
+ symbol_id: scip-python . . . tests/test_enrich.py/test_load_enrichment_skips_yaml_without_symbol_id().
475
+ file: tests/test_enrich.py
476
+ line_range:
477
+ - 76
478
+ - 80
479
+ signature: 'def test_load_enrichment_skips_yaml_without_symbol_id(tmp_path: Path)'
480
+ confidence: high
481
+ change_count_90d: null
482
+ business_meaning: null
483
+ type: function
484
+ calls: []
485
+ called_by: []
486
+ related_tables: []
487
+ related_rules: []
488
+ - id: fn-test_enrich_writes_one_file_per_fn_method
489
+ symbol_id: scip-python . . . tests/test_enrich.py/test_enrich_writes_one_file_per_fn_method().
490
+ file: tests/test_enrich.py
491
+ line_range:
492
+ - 86
493
+ - 100
494
+ signature: 'def test_enrich_writes_one_file_per_fn_method(tmp_path: Path)'
495
+ confidence: high
496
+ change_count_90d: null
497
+ business_meaning: null
498
+ type: function
499
+ calls:
500
+ - fn-_seed-69227611
501
+ - cls-_FakeLlm
502
+ called_by: []
503
+ related_tables: []
504
+ related_rules: []
505
+ - id: fn-test_enrich_changed_only_skips_existing
506
+ symbol_id: scip-python . . . tests/test_enrich.py/test_enrich_changed_only_skips_existing().
507
+ file: tests/test_enrich.py
508
+ line_range:
509
+ - 103
510
+ - 115
511
+ signature: 'def test_enrich_changed_only_skips_existing(tmp_path: Path)'
512
+ confidence: high
513
+ change_count_90d: null
514
+ business_meaning: null
515
+ type: function
516
+ calls:
517
+ - fn-_seed-69227611
518
+ - cls-_FakeLlm
519
+ - cls-_FakeLlm
520
+ called_by: []
521
+ related_tables: []
522
+ related_rules: []
523
+ - id: fn-test_enrich_passes_signature_and_file_to_llm
524
+ symbol_id: scip-python . . . tests/test_enrich.py/test_enrich_passes_signature_and_file_to_llm().
525
+ file: tests/test_enrich.py
526
+ line_range:
527
+ - 118
528
+ - 125
529
+ signature: 'def test_enrich_passes_signature_and_file_to_llm(tmp_path: Path)'
530
+ confidence: high
531
+ change_count_90d: null
532
+ business_meaning: null
533
+ type: function
534
+ calls:
535
+ - cls-_FakeLlm
536
+ - fn-_seed-69227611
537
+ called_by: []
538
+ related_tables: []
539
+ related_rules: []
540
+ - id: fn-test_enrich_skipped_classes_dont_invoke_llm
541
+ symbol_id: scip-python . . . tests/test_enrich.py/test_enrich_skipped_classes_dont_invoke_llm().
542
+ file: tests/test_enrich.py
543
+ line_range:
544
+ - 128
545
+ - 135
546
+ signature: 'def test_enrich_skipped_classes_dont_invoke_llm(tmp_path: Path)'
547
+ confidence: high
548
+ change_count_90d: null
549
+ business_meaning: null
550
+ type: function
551
+ calls:
552
+ - cls-_FakeLlm
553
+ - fn-_seed-69227611
554
+ called_by: []
555
+ related_tables: []
556
+ related_rules: []
557
+ - id: fn-test_prefix_for_known_kinds
558
+ symbol_id: scip-python . . . tests/test_ids.py/test_prefix_for_known_kinds().
559
+ file: tests/test_ids.py
560
+ line_range:
561
+ - 8
562
+ - 16
563
+ signature: def test_prefix_for_known_kinds()
564
+ confidence: high
565
+ change_count_90d: null
566
+ business_meaning: null
567
+ type: function
568
+ calls: []
569
+ called_by: []
570
+ related_tables: []
571
+ related_rules: []
572
+ - id: fn-test_prefix_for_unknown_kind_falls_back
573
+ symbol_id: scip-python . . . tests/test_ids.py/test_prefix_for_unknown_kind_falls_back().
574
+ file: tests/test_ids.py
575
+ line_range:
576
+ - 19
577
+ - 20
578
+ signature: def test_prefix_for_unknown_kind_falls_back()
579
+ confidence: high
580
+ change_count_90d: null
581
+ business_meaning: null
582
+ type: function
583
+ calls: []
584
+ called_by: []
585
+ related_tables: []
586
+ related_rules: []
587
+ - id: fn-test_slug_base_takes_last_descriptor_name
588
+ symbol_id: scip-python . . . tests/test_ids.py/test_slug_base_takes_last_descriptor_name().
589
+ file: tests/test_ids.py
590
+ line_range:
591
+ - 23
592
+ - 24
593
+ signature: def test_slug_base_takes_last_descriptor_name()
594
+ confidence: high
595
+ change_count_90d: null
596
+ business_meaning: null
597
+ type: function
598
+ calls: []
599
+ called_by: []
600
+ related_tables: []
601
+ related_rules: []
602
+ - id: fn-test_single_symbol_no_suffix
603
+ symbol_id: scip-python . . . tests/test_ids.py/test_single_symbol_no_suffix().
604
+ file: tests/test_ids.py
605
+ line_range:
606
+ - 27
607
+ - 30
608
+ signature: def test_single_symbol_no_suffix()
609
+ confidence: high
610
+ change_count_90d: null
611
+ business_meaning: null
612
+ type: function
613
+ calls: []
614
+ called_by: []
615
+ related_tables: []
616
+ related_rules: []
617
+ - id: fn-test_collision_gets_hash_suffix_on_every_entry
618
+ symbol_id: scip-python . . . tests/test_ids.py/test_collision_gets_hash_suffix_on_every_entry().
619
+ file: tests/test_ids.py
620
+ line_range:
621
+ - 33
622
+ - 43
623
+ signature: def test_collision_gets_hash_suffix_on_every_entry()
624
+ confidence: high
625
+ change_count_90d: null
626
+ business_meaning: null
627
+ type: function
628
+ calls: []
629
+ called_by: []
630
+ related_tables: []
631
+ related_rules: []
632
+ - id: fn-test_distinct_simple_names_no_collision
633
+ symbol_id: scip-python . . . tests/test_ids.py/test_distinct_simple_names_no_collision().
634
+ file: tests/test_ids.py
635
+ line_range:
636
+ - 46
637
+ - 53
638
+ signature: def test_distinct_simple_names_no_collision()
639
+ confidence: high
640
+ change_count_90d: null
641
+ business_meaning: null
642
+ type: function
643
+ calls: []
644
+ called_by: []
645
+ related_tables: []
646
+ related_rules: []
647
+ - id: fn-test_kinds_drive_prefix
648
+ symbol_id: scip-python . . . tests/test_ids.py/test_kinds_drive_prefix().
649
+ file: tests/test_ids.py
650
+ line_range:
651
+ - 56
652
+ - 64
653
+ signature: def test_kinds_drive_prefix()
654
+ confidence: high
655
+ change_count_90d: null
656
+ business_meaning: null
657
+ type: function
658
+ calls: []
659
+ called_by: []
660
+ related_tables: []
661
+ related_rules: []
662
+ - id: fn-test_missing_kind_uses_sym_prefix
663
+ symbol_id: scip-python . . . tests/test_ids.py/test_missing_kind_uses_sym_prefix().
664
+ file: tests/test_ids.py
665
+ line_range:
666
+ - 67
667
+ - 70
668
+ signature: def test_missing_kind_uses_sym_prefix()
669
+ confidence: high
670
+ change_count_90d: null
671
+ business_meaning: null
672
+ type: function
673
+ calls: []
674
+ called_by: []
675
+ related_tables: []
676
+ related_rules: []
677
+ - id: fn-test_determinism_stable_under_input_order
678
+ symbol_id: scip-python . . . tests/test_ids.py/test_determinism_stable_under_input_order().
679
+ file: tests/test_ids.py
680
+ line_range:
681
+ - 73
682
+ - 77
683
+ signature: def test_determinism_stable_under_input_order()
684
+ confidence: high
685
+ change_count_90d: null
686
+ business_meaning: null
687
+ type: function
688
+ calls: []
689
+ called_by: []
690
+ related_tables: []
691
+ related_rules: []