GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Commit Graphs
Network
Fork
: 0
physicsdolphin
/
thu-learn-downloader-optimized
Transfer to URL with SHA
Find file
Newer
Older
branch:
main
Branches
Tags
×
main
thu-learn-downloader-optimized
/
thu_learn_downloader
/
common
/ typing.py
liblaf
on 10 Oct 2023
67 bytes
fix: fix SSL error
Raw
Blame
History
def cast(typ, val): assert isinstance(val, typ) return val