הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Returns a string representing the format name of this data source.
By default, it is the class name of the data source. It can be overridden to provide a customized short name for the data source.
Syntax
name()
Returns
str
Examples
def name(cls):
return "my_data_source"