Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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"