הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Registers a Python user-defined data source.
Syntax
register(dataSource: type)
Parameters
| Parameter | Type | Description |
|---|---|---|
dataSource |
type | The data source class to be registered. It should be a subclass of DataSource. |