Namespaces | |
| namespace | types |
Functions | |
| _all_subclasses (cls) | |
| List[int] | MakeCSharpIntList (list[int] ints) |
| Convert a python list to a C#-compatible list. | |
| List[str] | MakeCSharpStringList (list[str] strings) |
Variables | |
| str | C :\Dev\HyperX\HyperX\HyperX.Scripting\Python Docs>python custom_filter.py "C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py" |
| T = TypeVar('T') | |
|
protected |
| List[int] hyperx.api.MakeCSharpIntList | ( | list[int] | ints | ) |
Convert a python list to a C#-compatible list.
| List[str] hyperx.api.MakeCSharpStringList | ( | list[str] | strings | ) |
| str hyperx.api.C :\Dev\HyperX\HyperX\HyperX.Scripting\Python Docs>python custom_filter.py "C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py" |
| hyperx.api.T = TypeVar('T') |