Variables
check_version Namespace Reference

Variables

 branch_name
 
 build_yaml = yaml.load(f.read())
 
 check_version
 
int errors = 0
 
 m = re.match(r'^release-([0-9]+)_([0-9]+)$', branch_name)
 
 settings = build_yaml['settings']
 
 top_version = Version(settings['version'])
 
 value = Version(value)
 
string warning
 

Variable Documentation

◆ branch_name

check_version.branch_name
Initial value:
1 = subprocess.check_output('git rev-parse --abbrev-ref HEAD',
2  shell=True).decode()

Definition at line 33 of file check_version.py.

◆ build_yaml

check_version.build_yaml = yaml.load(f.read())

Definition at line 59 of file check_version.py.

◆ check_version

bool check_version.check_version
Initial value:
1 = lambda version: (version.major == int(m.group(1)) and
2  version.minor == int(m.group(2)))

Definition at line 44 of file check_version.py.

◆ errors

int check_version.errors = 0

Definition at line 24 of file check_version.py.

◆ m

check_version.m = re.match(r'^release-([0-9]+)_([0-9]+)$', branch_name)

Definition at line 40 of file check_version.py.

◆ settings

check_version.settings = build_yaml['settings']

Definition at line 61 of file check_version.py.

◆ top_version

check_version.top_version = Version(settings['version'])

Definition at line 63 of file check_version.py.

◆ value

check_version.value = Version(value)

Definition at line 70 of file check_version.py.

◆ warning

string check_version.warning
Initial value:
1 = 'Version key "%%s" value "%%s" should have a major version %s and minor version %s' % (
2  m.group(1), m.group(2))

Definition at line 46 of file check_version.py.

xds_interop_client.int
int
Definition: xds_interop_client.py:113
grpc._common.decode
def decode(b)
Definition: grpc/_common.py:75


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:01