Skip to content
  • Benjamin Schubert's avatar
    plugin.py: make _unique_id accessible to the core · 90af8990
    Benjamin Schubert authored and bst-marge-bot's avatar bst-marge-bot committed
    _unique_id is set at instantiation and never modified afterwards.
    
    Since the guildelines for the project is to never modify directly
    an object's state, accessing _unique_id as an attribute is safe.
    
    Moreover this will save us some cost of calling functions.
    90af8990