# Get all names accessible from a Module

**URL:** https://discourse.julialang.org/t/get-all-names-accessible-from-a-module/98492
**Category:** General Usage
**Created:** [May 8, 2023, 4:05pm UTC](https://discourse.julialang.org/t/get-all-names-accessible-from-a-module/98492 "2023-05-08T16:05:16Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![Eben60](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/eben60/32/13475_2.png) [@Eben60](https://discourse.julialang.org/u/Eben60)
#### Post date: [October 7, 2023, 8:45pm UTC](https://discourse.julialang.org/t/get-all-names-accessible-from-a-module/98492/8 "2023-10-07T20:45:41Z")

</div>

Thank you @klwlevy, unfortunately that doesn’t solve my problem, which is

> I need the list of available identifiers “at the point of use”- within the module `M1`

without otherwise changing the code of the module (e.g. switching form `using` to `import` or `@reexport`), as that code is not mine.

This has to do with [this topic](https://discourse.julialang.org/t/workflow-with-redefining-structs/102982) : Upon wrapping a struct into a module through a macro I need to make the original context, or selected parts of it, available within this module. The problem is to obtain _all_ names in the original context.

---

_[View the full topic](https://discourse.julialang.org/t/get-all-names-accessible-from-a-module/98492)._
