MCPcopy
hub / github.com/daviddrysdale/python-phonenumbers / prnt

Function prnt

python/phonenumbers/util.py:46–50  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

44 to_long = int
45
46 def prnt(*args, **kwargs):
47 sep = kwargs.get('sep', ' ')
48 end = kwargs.get('end', '\n')
49 file = kwargs.get('file', None)
50 print3(*args, **{'sep': sep, 'end': end, 'file': file})
51
52 class UnicodeMixin(object):
53 """Mixin class to define a __str__ method in terms of __unicode__ method"""

Callers 15

emit_metadata_pyMethod · 0.90
_standaloneFunction · 0.90
allcheck.pyFile · 0.90
output_prefixdata_codeFunction · 0.90
output_prefixdata_chunkFunction · 0.90
_standaloneFunction · 0.90

Calls 1

getMethod · 0.45