Gimp » Gimp.Scanner »

Gimp.Scanner.parse_float

@accepts(Gimp.Scanner, float)
@returns(bool)
def parse_float(self, dest):
    # Python wrapper for gimp_scanner_parse_float()
  

Since 2.4

self

A Gimp.Scanner created by Gimp.Scanner.new_file or Gimp.Scanner.new_string

dest

Return location for the parsed float

Returns

More Information

  • Gimp.Scanner