userver: testsuite.matching.ObjectIdString Class Reference
Loading...
Searching...
No Matches
testsuite.matching.ObjectIdString Class Reference

Detailed Description

Matches lower-case hexadecimal objectid string.

Definition at line 80 of file matching.py.

Inheritance diagram for testsuite.matching.ObjectIdString:

Public Member Functions

 __init__ (self)
 __repr__ (self)
 __eq__ (self, other)

Protected Attributes

 _pattern = re.compile(pattern)

Constructor & Destructor Documentation

◆ __init__()

testsuite.matching.ObjectIdString.__init__ ( self)

Definition at line 83 of file matching.py.

Member Function Documentation

◆ __eq__()

testsuite.matching.RegexString.__eq__ ( self,
other )
inherited

Definition at line 65 of file matching.py.

◆ __repr__()

testsuite.matching.RegexString.__repr__ ( self)
inherited

Definition at line 62 of file matching.py.

Member Data Documentation

◆ _pattern

testsuite.matching.RegexString._pattern = re.compile(pattern)
protectedinherited

Definition at line 60 of file matching.py.


The documentation for this class was generated from the following file: