Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PabloLec/RecoverPy
/ get_css
Function
get_css
recoverpy/ui/css/__init__.py:7–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
6
7
def
get_css() -> List[Path]:
8
css_dir = Path(__file__).resolve().parent
9
css_files = list(css_dir.glob(
"*.css"
))
10
tcss_files = list(css_dir.glob(
"*.tcss"
))
11
return
sorted(css_files + tcss_files)
Callers
1
RecoverpyApp
Class · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected