.. _assignment-from-none: assignment-from-none / E1128 ============================ **Message emitted:** Assigning result of a function call, where the function returns None **Description:** *Used when an assignment is done on a function call but the inferred function returns nothing but None.* Created by ``typecheck`` checker