Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daviddrysdale/python-phonenumbers
/ blank_if_none
Function
blank_if_none
python/appspot.py:35–39 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
33
34
35
def
blank_if_none(val):
36
if
val is None:
37
return
""
38
else
:
39
return
val
40
41
42
class
Table(object):
Callers
1
appspot
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected