# \#ast

**URL:** https://discourse.julialang.org/tag/ast/1159.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Passing keyword arguments to nested functions | or how to use macros to define a function whose kwargs are those of their inner function calls](https://discourse.julialang.org/t/passing-keyword-arguments-to-nested-functions-or-how-to-use-macros-to-define-a-function-whose-kwargs-are-those-of-their-inner-function-calls/88671)

<div class="topic-metadata">

**Author:** [@abelsiqueira](https://discourse.julialang.org/u/abelsiqueira)\
**Replies:** 0\
**Last updated:** [October 13, 2022, 2:48pm UTC](https://discourse.julialang.org/t/passing-keyword-arguments-to-nested-functions-or-how-to-use-macros-to-define-a-function-whose-kwargs-are-those-of-their-inner-function-calls/88671 "2022-10-13T14:48:41Z")

</div>

Important: I am trying to figure this out to compare to a Python approach, which I mention in the second part of the question. Suppose I have two functions, foo and bar, whose keyword argument I don’t know or care. Sup…
