package python.lib; @:pythonImport("functools") extern class Functools { public static function cmp_to_key(f:A->A->Int):Dynamic; }