-
Notifications
You must be signed in to change notification settings - Fork 25
feat(server): Add BaseServer.plugins property to list loaded plugins #2383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2383 +/- ##
==========================================
+ Coverage 84.12% 84.18% +0.06%
==========================================
Files 91 91
Lines 10584 10593 +9
==========================================
+ Hits 8904 8918 +14
+ Misses 1680 1675 -5 |
The documentation for this pull request will be available at https://dpf.docs.pyansys.com/pull/2383. Please allow some time for the documentation to be deployed. |
@@ -476,6 +476,12 @@ def version(self): | |||
"""Must be implemented by subclasses.""" | |||
pass | |||
|
|||
@property | |||
@version_requires("7.0") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't know this was there for so long :)
This PR has been closed. Documentation for this pull request will shortly be removed from its former deployment address. |
Returns a
dict
of plugins currently loaded onto the server, such as: