fable-compiler / fable-compiler.github.io

Fable web site
https://fable.io
23 stars 63 forks source link

Document `Emit` attributes with option `with_labels` for Python #187

Open MangelMaxime opened 5 months ago

MangelMaxime commented 5 months ago
[<Emit("networkx.draw($0, with_labels=True)")>]
let drawNetwork (_: Graph) : Unit = nativeOnly