You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Match.py 158B

123456789
  1. # automatically generated by the FlatBuffers compiler, do not modify
  2. # namespace: proto
  3. class Match(object):
  4. EXACT = 0
  5. PREFIX = 1
  6. WILDCARD = 2