We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c584061 commit bc50c44Copy full SHA for bc50c44
1 file changed
Plugins.rst
@@ -86,6 +86,7 @@ for lazy-loading, so be sure to document it properly:
86
def some_static_method(**args):
87
"""Static method docstring."""
88
89
+ from ._myextraplugin import MyExtraPlugin
90
return MyExtraPlugin.some_static_method(**args)
91
92
For design and misc extras this is all there is, but for io and stimuli plugins,
0 commit comments