Public Member Functions | Static Public Attributes | List of all members
framework.helpers.skips.Lang Class Reference
Inheritance diagram for framework.helpers.skips.Lang:
Inheritance graph
[legend]

Public Member Functions

def __str__ (self)
 
def from_string (cls, str lang)
 

Static Public Attributes

 CPP = enum.auto()
 
 GO = enum.auto()
 
 JAVA = enum.auto()
 
 NODE = enum.auto()
 
 PYTHON = enum.auto()
 
 UNKNOWN = enum.auto()
 

Detailed Description

Definition at line 30 of file skips.py.

Member Function Documentation

◆ __str__()

def framework.helpers.skips.Lang.__str__ (   self)

Definition at line 38 of file skips.py.

◆ from_string()

def framework.helpers.skips.Lang.from_string (   cls,
str  lang 
)

Definition at line 42 of file skips.py.

Member Data Documentation

◆ CPP

framework.helpers.skips.Lang.CPP = enum.auto()
static

Definition at line 32 of file skips.py.

◆ GO

framework.helpers.skips.Lang.GO = enum.auto()
static

Definition at line 33 of file skips.py.

◆ JAVA

framework.helpers.skips.Lang.JAVA = enum.auto()
static

Definition at line 34 of file skips.py.

◆ NODE

framework.helpers.skips.Lang.NODE = enum.auto()
static

Definition at line 36 of file skips.py.

◆ PYTHON

framework.helpers.skips.Lang.PYTHON = enum.auto()
static

Definition at line 35 of file skips.py.

◆ UNKNOWN

framework.helpers.skips.Lang.UNKNOWN = enum.auto()
static

Definition at line 31 of file skips.py.


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


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