module property

String? module
final

Returns the module in which the object is initially defined. This is usually the value of the Python object's __module__ attribute.

Implementation

final String? module;