This website works better with JavaScript.
Explore
Help
Sign In
PAOV
/
tea
Watch
1
Star
0
Fork
You've already forked tea
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20
Commits
1
Branch
0
Tags
681 KiB
Python
64.8%
HTML
35.2%
Tag:
Branch:
Tree:
77b7f43ba1
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '77b7f43ba1'
${ noResults }
tea
/
choose
/
utils.py
2 lines
63 B
Raw
Blame
History
def
get_extension
(
href
)
:
return
href
[
href
.
rfind
(
'
.
'
)
+
1
:
]
Reference in new issue
View Git Blame
Copy Permalink