You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@deprecation.deprecated(deprecated_in="5.3", details='This field will be removed.')
262
274
defproject_data(self) ->Dict:
263
275
"""Gets a json object of the project data field"""
264
276
data=core.BNPluginGetProjectData(self.handle)
265
277
assertdataisnotNone, "core.BNPluginGetProjectData returned None"
266
278
returnjson.loads(data)
267
279
268
280
@property
281
+
@deprecation.deprecated(deprecated_in="5.3", details='Use :py:attr:`versions` in combination with :py:attr:`current_version` to check for updates instead.')
269
282
deflast_update(self) ->date:
270
283
"""Returns a datetime object representing the plugins last update"""
0 commit comments