class str(object=b'', encoding='utf-8', errors='strict') |
Returns test |
object | ?? |
encoding | ?? |
errors | ?? |
REMARKS |
* No prefix required - Core * Return a str version of object. See str() for details. * str is the built-in string class. For general information about strings, see Text Sequence Type - str. |
??
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top