MCPcopy Create free account
hub / github.com/HyperInspire/InspireFace / islower

Method islower

python/inspireface/modules/core/native.py:267–268  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

265 return self.data.isdigit()
266
267 def islower(self):
268 return self.data.islower()
269
270 def isnumeric(self):
271 return self.data.isnumeric()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected