MCPcopy Index your code
hub / github.com/python/cpython / isstring

Function isstring

Lib/re/_compiler.py:587–588  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

585 code[skip] = len(code) - skip
586
587def isstring(obj):
588 return isinstance(obj, (str, bytes))
589
590def _code(p, flags):
591

Callers 1

compileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…