# -*- mode: snippet -*-
# name: __ifloordiv__
# key: _ifloordiv
# group: Special methods
# --
def __ifloordiv__(self, other):
    return $0
