Skip to content
  • Matias Guijarro's avatar
    names and fullnames refactoring · fd6caa03
    Matias Guijarro authored and Sebastien Petitdemange's avatar Sebastien Petitdemange committed
    Channels:
    * .name: returns alias or fullname
    * .fullname is always the fullname (without alias)
    * .short_name is the last part of the channel fullname, or the alias
    
    Counters and grouped read handlers:
    * added .fullname
    
    lscnt:
    * simplified implementation now that names do not have '.' and do not correspond to Python objects
    fd6caa03