We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e0eed commit f40e78dCopy full SHA for f40e78d
src/PythonCall.jl
@@ -6,7 +6,7 @@ module Internals
6
7
using ..PythonCall
8
9
-@kwdef mutable struct Config
+Base.@kwdef mutable struct Config
10
meta::String = ""
11
auto_sys_last_traceback::Bool = true
12
auto_fix_qt_plugin_path::Bool = true
0 commit comments