Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HyperInspire/InspireFace
/ isnumeric
Method
isnumeric
python/inspireface/modules/core/native.py:270–271 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
268
return
self.data.islower()
269
270
def
isnumeric(self):
271
return
self.data.isnumeric()
272
273
def
isspace(self):
274
return
self.data.isspace()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected