MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / isstring

Function isstring

tools/python-3.11.9-amd64/Lib/re/_compiler.py:570–571  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

568 code[skip] = len(code) - skip
569
570def isstring(obj):
571 return isinstance(obj, (str, bytes))
572
573def _code(p, flags):
574

Callers 1

compileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected