ostk.io.URL¶
- class URL(
- self: ostk.io.URL,
- arg0: ostk.core.type.String,
- arg1: ostk.core.type.String,
- arg2: ostk.core.type.String,
- arg3: ostk.core.type.Integer,
- arg4: ostk.core.type.String,
- arg5: ostk.core.type.String,
- arg6: ostk::io::url::Query,
- arg7: ostk.core.type.String,
- arg0: ostk.core.type.String,
Bases:
pybind11_object
Methods
- __add__(self: ostk.io.URL, arg0: ostk.core.type.String) ostk.io.URL ¶
- get_fragment(self: ostk.io.URL) ostk.core.type.String ¶
- get_host(self: ostk.io.URL) ostk.core.type.String ¶
- get_password(self: ostk.io.URL) ostk.core.type.String ¶
- get_path(self: ostk.io.URL) ostk.core.type.String ¶
- get_port(self: ostk.io.URL) ostk.core.type.Integer ¶
- get_query(self: ostk.io.URL) ostk::io::url::Query ¶
- get_scheme(self: ostk.io.URL) ostk.core.type.String ¶
- get_user(self: ostk.io.URL) ostk.core.type.String ¶
- is_defined(self: ostk.io.URL) bool ¶
- static parse(arg0: ostk.core.type.String) ostk.io.URL ¶
- set_fragment(self: ostk.io.URL, arg0: ostk.core.type.String) None ¶
- set_host(self: ostk.io.URL, arg0: ostk.core.type.String) None ¶
- set_password(self: ostk.io.URL, arg0: ostk.core.type.String) None ¶
- set_path(self: ostk.io.URL, arg0: ostk.core.type.String) None ¶
- set_port(self: ostk.io.URL, arg0: ostk.core.type.Integer) None ¶
- set_scheme(self: ostk.io.URL, arg0: ostk.core.type.String) None ¶
- set_user(self: ostk.io.URL, arg0: ostk.core.type.String) None ¶
- to_string(self: ostk.io.URL, doSanitize: bool = False) ostk.core.type.String ¶
- static undefined() ostk.io.URL ¶