We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123aa53 commit a2d1357Copy full SHA for a2d1357
src/PythonPlot.jl
@@ -38,7 +38,7 @@ end
38
function Base.show(io::IO, ::MIME"text/plain", h::LazyHelp)
39
o = h.o
40
for k in h.keys
41
- o = o[k]
+ o = pygetattr(o, k)
42
end
43
if hasproperty(o, :__doc__)
44
print(io, pyconvert(String, o.__doc__))
0 commit comments