Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
byyange
/
QwenTest
like
0
Follow
ourhome
2
Model card
Files
Files and versions
xet
Community
main
QwenTest
/
pythonProject
/
.venv
/
Lib
/
site-packages
/
numpy
/
_utils
/
_convertions.pyi
xiaoanyu123
Add files using upload-large-folder tool
e942a8c
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
122 Bytes
__all__ = [
"asbytes"
,
"asunicode"
]
def
asunicode
(
s:
bytes
|
str
) ->
str
: ...
def
asbytes
(
s:
bytes
|
str
) ->
str
: ...