|
[C#]
string GetInitializationCode(PythonEnvironment env,
bool updateNames = false, bool alwaysUseProvidedNames = false,
StringBuilder code = null)
ArgumentException: Thrown
when a provided variable/class name is not a valid identifier or
when alwaysUseProvidedNames is true and there is a name conflict in
the provided variable/class names.
|