UriHideFlags#

Added in version 2.66.

class UriHideFlags#

Flags describing what parts of the URI to hide in to_string_partial(). Note that PASSWORD and AUTH_PARAMS will only work if the Uri was parsed with the corresponding flags.

Fields#

class UriHideFlags
AUTH_PARAMS#

The type of the None singleton.

FRAGMENT#

The type of the None singleton.

NONE#

The type of the None singleton.

PASSWORD#

The type of the None singleton.

QUERY#

The type of the None singleton.

USERINFO#

The type of the None singleton.