mirror of
https://github.com/github/semantic.git
synced 2024-11-28 18:23:44 +03:00
90c0008e12
Python f-strings can contain embedded expressions: ``` python def x(): return 5 f"hello there {x()} people" ``` The precise tagging definitions now traverse into f-strings, and any interpolations that they contain, so that we can generate tags for any function calls that appear in them. |
||
---|---|---|
.. | ||
Analysis | ||
Assigning/Assignment | ||
Control/Abstract/Evaluator | ||
Data | ||
Diffing | ||
fixtures | ||
Graphing/Calls | ||
Integration | ||
Numeric | ||
Parsing | ||
Rendering/TOC | ||
Semantic | ||
Tags | ||
Test/Hspec | ||
Examples.hs | ||
Generators.hs | ||
Properties.hs | ||
Spec.hs | ||
SpecHelpers.hs |