MCPcopy Create free account
hub / github.com/astanin/python-tabulate / _isconvertible

Function _isconvertible

tabulate/__init__.py:895–900  ·  view source on GitHub ↗
(conv, string)

Source from the content-addressed store, hash-verified

893
894
895def _isconvertible(conv, string):
896 try:
897 conv(string)
898 return True
899 except (ValueError, TypeError):
900 return False
901
902
903def _isnumber(string):

Callers 2

_isnumberFunction · 0.85
_isintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected