FileFilters

Inheritance diagram of rumba.FileFilters
class FileFilters

Methods

__init__

default_extension

dialog_string

empty()

rtype

bool

has_extension(extension)

Check if this filter manage files with the given extension.

__init__()
empty() bool
Return type

bool

has_extension(extension: unicode) bool

Check if this filter manage files with the given extension.

Return type

bool