MCPcopy 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
35def blank_if_none(val):
36 if val is None:
37 return ""
38 else:
39 return val
40
41
42class Table(object):

Callers 1

appspotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected