Lean  $LEAN_TAG$
QuantConnect.Messages.PythonCommon Class Reference

Provides user-facing common messages for the Python namespace classes More...

Static Public Member Functions

static string AttributeNotImplemented (string attribute, PyType pythonType)
 Returns a string message saying the given attribute must be implemented on the given Python type More...
 

Detailed Description

Provides user-facing common messages for the Python namespace classes

Definition at line 34 of file Messages.Python.cs.

Member Function Documentation

◆ AttributeNotImplemented()

static string QuantConnect.Messages.PythonCommon.AttributeNotImplemented ( string  attribute,
PyType  pythonType 
)
static

Returns a string message saying the given attribute must be implemented on the given Python type

Definition at line 40 of file Messages.Python.cs.


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