Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
def
compile(pattern, flags=0, **options):
28
return
RegexObject(pattern, flags=flags, **options)
29
30
31
def
search(pattern, string, flags=0, **options):
Callers
nothing calls this directly
Calls
1
RegexObject
Class · 0.90
Tested by
no test coverage detected