.. _assignment-from-no-return: assignment-from-no-return / E1111 ================================= **Message emitted:** Assigning result of a function call, where the function has no return **Description:** *Used when an assignment is done on a function call but the inferred function doesn't return anything.* Created by ``typecheck`` checker