disguise developers

Designer Plugins

Plugins for Disguise Designer software.

string_view

Reflection of the std::string_view class from the C++ standard library

Base class: _BlipValue

Constructors

__init__(self)

Default constructor for string_view

__init__(self, other: string_view)

Copy constructor for string_view

__init__(self, arg0: str)

Construct a string_view from a string

Special Methods

__str__(self) -> Any

Returns the string_view as a string