dang it darglint
This commit is contained in:
parent
a97ec99720
commit
7f3342e6c9
@ -923,6 +923,9 @@ class Var(Generic[VAR_TYPE]):
|
|||||||
def to_string(self, use_json: bool = True) -> StringVar:
|
def to_string(self, use_json: bool = True) -> StringVar:
|
||||||
"""Convert the var to a string.
|
"""Convert the var to a string.
|
||||||
|
|
||||||
|
Args:
|
||||||
|
use_json: Whether to use JSON stringify. If False, uses Object.prototype.toString.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
The string var.
|
The string var.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user