Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pywebio/PyWebIO
/ filename_ok
Function
filename_ok
pywebio/platform/path_deploy.py:22–23 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
20
21
22
def
filename_ok(f):
23
return
not f.startswith((
'.'
,
'_'
))
24
25
26
def
identifiers_info(code):
Callers
2
valid_and_norm_path
Function · 0.85
default_index_page
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…