Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
895
def
_isconvertible(conv, string):
896
try
:
897
conv(string)
898
return
True
899
except
(ValueError, TypeError):
900
return
False
901
902
903
def
_isnumber(string):
Callers
2
_isnumber
Function · 0.85
_isint
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected