Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAssetIO/OpenAssetIO
/ __init__
Method
__init__
src/openassetio-python/tests/conftest.py:269–270 ·
view source on GitHub ↗
(self, pattern)
Source
from the content-addressed store, hash-verified
267
""
"
268
269
def
__init__(self, pattern):
270
self.__pattern = pattern
271
272
def
__eq__(self, text):
273
return
bool(re.search(self.__pattern, text))
Callers
7
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected