Closed SethMMorton closed 4 years ago
This is intended to close issue #36.
A new function, query_type, has been added that is similar to the built-in type function but will return float or int if a str or bytes contains what looks like a float or integer.
query_type
type
float
int
str
bytes
@argenisleon Sorry about the delay. I have added your request.
@argenisleon I assume that since no new comments have been made you are satisfied with the changes.
This is intended to close issue #36.
A new function,
query_type
, has been added that is similar to the built-intype
function but will returnfloat
orint
if astr
orbytes
contains what looks like a float or integer.