{ } Raw JSON

bundles / astropy 7.0.1 / astropy / io / fits / util / _words_group

function

astropy.io.fits.util:_words_group

source: /astropy/io/fits/util.py :714

Signature

def   _words_group ( s width )

Summary

Split a long string into parts where each part is no longer than strlen and no word is cut into two pieces. But if there are any single words which are longer than strlen, then they will be split in the middle of the word.

Aliases

  • astropy.io.fits.card._words_group