def new(cls, name): '''Adds an entry-point to the database with the ``name`` using the next available index as the ordinal.''' return cls.new(ui.current.address(), name, idaapi.get_entry_qty())