uri_is_source

@accepts(utf8)
@returns(gboolean)
def uri_is_source(uri)

Returns True if @uri matches @source. This should be used to implement the impl_uri_is_source RB.Source method.

uri :

a URI to check

Returns :

True if @uri matches @source