Julia Programming Language
Check whether a macro is defined
General Usage
question
,
macros
,
metaprogramming
Oscar_Smith
August 19, 2022, 2:41am
2
Does
isdefined(SomeModule, Symbol("@some_macro"))
work?
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Cannot call @isdefined in another macro
General Usage
1
463
August 13, 2018
How do I check if variable is defined in the current workspace? (not using the macro)
New to Julia
2
595
October 17, 2020
How to see if a variable is defined given the variable name
General Usage
question
3
418
August 5, 2023
How do I find if a variable is defined when I know the corresponding symbol, but not the name?
General Usage
question
2
353
August 2, 2022
How to check whether a identifier is defined within the current scope?
General Usage
5
2656
July 6, 2018