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

Method isupper

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

Source from the content-addressed store, hash-verified

277 return self.data.istitle()
278
279 def isupper(self):
280 return self.data.isupper()
281
282 def join(self, seq):
283 return self.data.join(seq)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected