"vllm/vscode:/vscode.git/clone" did not exist on "08fb5587b4c4c1b031c08adf1b8608d710ab2585"
Implement an enum_ property "name"
The property returns the enum_ value as a string. For example: >>> import module >>> module.enum.VALUE enum.VALUE >>> str(module.enum.VALUE) 'enum.VALUE' >>> module.enum.VALUE.name 'VALUE' This is actually the equivalent of Boost.Python "name" property.
Showing
Please register or sign in to comment