MCPcopy Create free account
hub / github.com/davidblewett/rure-python / compile

Function compile

rure/__init__.py:27–28  ·  view source on GitHub ↗
(pattern, flags=0, **options)

Source from the content-addressed store, hash-verified

25
26
27def compile(pattern, flags=0, **options):
28 return RegexObject(pattern, flags=flags, **options)
29
30
31def search(pattern, string, flags=0, **options):

Callers

nothing calls this directly

Calls 1

RegexObjectClass · 0.90

Tested by

no test coverage detected