module property
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;
Returns the module in which the object is initially defined.
This is usually the value of the Python object's __module__ attribute.
final String? module;