Skip to content
Snippets Groups Projects
  • Nicholas Robinson's avatar
    e9910271
    getMethod Error · e9910271
    Nicholas Robinson authored
    - ExprPrimaryNodes.py:getMethod error is when comparing the two myTypes,
    one of them is always or mostly always None for some reason, without
    these checks all tests will fail because NoneType cannot work well with
    TypeStruct's __eq__ function
    e9910271
    History
    getMethod Error
    Nicholas Robinson authored
    - ExprPrimaryNodes.py:getMethod error is when comparing the two myTypes,
    one of them is always or mostly always None for some reason, without
    these checks all tests will fail because NoneType cannot work well with
    TypeStruct's __eq__ function