bsfs.namespace.namespace module#

class bsfs.namespace.namespace.FinalNamespace(value: str, sep: str = '#')#

Bases: URI

The FinalNamespace allows you to append a fragment to an URI.

sep: str#
class bsfs.namespace.namespace.Namespace(value: str)#

Bases: URI

The Namespace allows you to incrementally append path segments to an URI.

Segments are separated by Namespace.sep (‘/’). The __call__ method signals that the URI is complete until the query part.

sep: str = '/'#