Thread safe way to determine this file has initialized plugin attribute :return:
(self)
| 104 | |
| 105 | @lock |
| 106 | def hasPlugin(self): |
| 107 | """Thread safe way to determine this file has initialized plugin attribute |
| 108 | |
| 109 | :return: |
| 110 | """ |
| 111 | return hasattr(self, "plugin") and self.plugin |
| 112 | |
| 113 | def package(self): |
| 114 | """ return package instance""" |
no outgoing calls
no test coverage detected