Skip to content
  • Iustin Pop's avatar
    Change resolved hostname from dict to a class · bcf043c9
    Iustin Pop authored
    The current result of utils.LookupHostname() is a dict, but this does
    not allow static checkers to check the correctness of the code. This
    patch introduces a new class names HostInfo and changes LookupHostname
    to return an instance of this class; this allows better checking of the
    code (and also the code is cleaner).
    
    Reviewed-by: ultrotter
    bcf043c9